From e771a640b9963b18f54d9d741f6e929fbb32b910 Mon Sep 17 00:00:00 2001 From: Yanbing Date: Mon, 15 May 2017 14:33:58 -0700 Subject: [PATCH] Updated Security protection of various files in Win32 OpenSSH (markdown) --- Security-protection-of-various-files-in-Win32-OpenSSH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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