docs(public): sanitize release materials

This commit is contained in:
igor04091968
2026-06-03 08:52:20 +03:00
parent 18653e1a2f
commit a1801fca5f
175 changed files with 1121 additions and 17893 deletions
+3 -3
View File
@@ -134,9 +134,9 @@
$user = Split-Path $profile.LocalPath -Leaf
$sshDir = Join-Path $profile.LocalPath '.ssh'
$dst = Join-Path $sshDir 'awops_ed25519'
$grantDir = 'SHARKON2025\' + $user + ':(OI)(CI)(F)'
$grantRead = 'SHARKON2025\' + $user + ':(R)'
$grantModify = 'SHARKON2025\' + $user + ':(M)'
$grantDir = 'HOST-EXAMPLE\' + $user + ':(OI)(CI)(F)'
$grantRead = 'HOST-EXAMPLE\' + $user + ':(R)'
$grantModify = 'HOST-EXAMPLE\' + $user + ':(M)'
New-Item -ItemType Directory -Path $sshDir -Force | Out-Null
& icacls.exe $sshDir /grant $grantDir | Out-Null