mirror of
https://github.com/quexten/goldwarden.git
synced 2025-01-08 09:11:19 +01:00
9 lines
137 B
Go
9 lines
137 B
Go
//go:build windows || darwin
|
|
|
|
package processsecurity
|
|
|
|
func DisableDumpable() error {
|
|
// no additional dumping protection
|
|
return nil
|
|
}
|