This commit is contained in:
Bernd Schoolmann 2023-08-24 03:26:51 +02:00
parent f8821f123d
commit 943983be98
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
package processsecurity
func DisableDumpale() error {
func DisableDumpable() error {
// no additional dumping protection
return nil
}