texlive[55175] Master/tlpkg/TeXLive/TLWinGoo.pm: Patch from Akira to

commits+siepo at tug.org commits+siepo at tug.org
Sun May 17 11:41:29 CEST 2020


Revision: 55175
          http://tug.org/svn/texlive?view=revision&revision=55175
Author:   siepo
Date:     2020-05-17 11:41:28 +0200 (Sun, 17 May 2020)
Log Message:
-----------
Patch from Akira to fix ACLs

Modified Paths:
--------------
    trunk/Master/tlpkg/TeXLive/TLWinGoo.pm

Modified: trunk/Master/tlpkg/TeXLive/TLWinGoo.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLWinGoo.pm	2020-05-17 01:39:59 UTC (rev 55174)
+++ trunk/Master/tlpkg/TeXLive/TLWinGoo.pm	2020-05-17 09:41:28 UTC (rev 55175)
@@ -1424,7 +1424,7 @@
   # /reset is necessary for removing non-standard existing permissions
   my $cmd = 'cmd /c "icacls . /reset && icacls . /inheritance:r'.
     ' /grant:r *S-1-5-32-544:(OI)(CI)F'.
-    ' /grant:r *S-1-5-11:(OI)(CI)RX /grant:r *S-1-5-32-545:(OI)(CI)RX /T"';
+    ' /grant:r *S-1-5-11:(OI)(CI)RX /grant:r *S-1-5-32-545:(OI)(CI)RX"';
   log "Making read-only\n".`$cmd`."\n";
 
   # go back to original directory



More information about the tex-live-commits mailing list.