diff --git a/src/NomadIIS/Services/IisTaskHandle.cs b/src/NomadIIS/Services/IisTaskHandle.cs index 51d1d99..8fccaa8 100644 --- a/src/NomadIIS/Services/IisTaskHandle.cs +++ b/src/NomadIIS/Services/IisTaskHandle.cs @@ -689,7 +689,7 @@ void SetupDirectory ( string subDirectory, FileSystemRights? fileSystemRights, I if ( fileSystemRights is not null ) { acl.AddAccessRule( new FileSystemAccessRule( - identity, fileSystemRights.Value, inheritanceFlags, PropagationFlags.NoPropagateInherit, AccessControlType.Allow ) ); + identity, fileSystemRights.Value, inheritanceFlags, PropagationFlags.None, AccessControlType.Allow ) ); } // Apply the new ACL