1 Star 0 Fork 350

willing / cms

forked from sscms / cms 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile.ps1 551 Bytes
一键复制 编辑 原始数据 按行查看 历史
starlying 提交于 2018-08-22 08:31 . docker
$Acl = Get-Acl .
$Ar1 = New-Object System.Security.AccessControl.FileSystemAccessRule("NETWORK SERVICE", "FullControl", "ContainerInherit,ObjectInherit", "None", "Allow")
$Acl.SetAccessRule($Ar1)
$Ar2 = New-Object System.Security.AccessControl.FileSystemAccessRule("IIS_IUSRS", "FullControl", "ContainerInherit,ObjectInherit", "None", "Allow")
$Acl.SetAccessRule($Ar2)
$Ar3 = New-Object System.Security.AccessControl.FileSystemAccessRule("IUSR", "FullControl", "ContainerInherit,ObjectInherit", "None", "Allow")
$Acl.SetAccessRule($Ar3)
Set-Acl . $Acl
C#
1
https://gitee.com/LetYouKnow/cms.git
git@gitee.com:LetYouKnow/cms.git
LetYouKnow
cms
cms
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891