We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58a4b91 commit 58ad8c8Copy full SHA for 58ad8c8
1 file changed
python/private/build_data_writer.ps1
@@ -21,6 +21,7 @@ $Utf8NoBom = New-Object System.Text.UTF8Encoding $False
21
[System.IO.File]::WriteAllLines($OutputPath, $Lines, $Utf8NoBom)
22
23
$Acl = Get-Acl $OutputPath
24
+# We use WorldSid because the "Everyone" name is locale-dependent.
25
$EveryoneSid = New-Object System.Security.Principal.SecurityIdentifier(
26
[System.Security.Principal.WellKnownSidType]::WorldSid,
27
$null
0 commit comments