diff --git a/Security-protection-of-various-files-in-Win32-OpenSSH.md b/Security-protection-of-various-files-in-Win32-OpenSSH.md index de19392..b8f0117 100644 --- a/Security-protection-of-various-files-in-Win32-OpenSSH.md +++ b/Security-protection-of-various-files-in-Win32-OpenSSH.md @@ -63,7 +63,7 @@ function Set-SecureFileACL ) $myACL = Get-ACL -Path $FilePath - $myACL.SetAccessRuleProtection($True, $True) + $myACL.SetAccessRuleProtection($True, $FALSE) Set-Acl -Path $FilePath -AclObject $myACL $myACL = Get-ACL $FilePath