mirror of
https://github.com/quexten/goldwarden.git
synced 2024-12-18 16:11:31 +03: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
|
|
}
|