]> wimlib.net Git - wimlib/commit
win32_apply.c: Set security descriptors correctly
authorEric Biggers <ebiggers3@gmail.com>
Thu, 18 Jul 2013 04:58:49 +0000 (23:58 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Thu, 18 Jul 2013 04:58:49 +0000 (23:58 -0500)
commita684e57e91fa3e5599de71acfde1462480b8e5b1
treed5ca4ddea03f3b33bdf3a0349df8fe99d426b27d
parent5a08c61d7a83a846813863fcbec4b7d5098a2abf
win32_apply.c:  Set security descriptors correctly

Use SetFileSecurity() instead of SetSecurityInfo(), which was being used
incorrectly before, but still doesn't seem to do what it's supposed to do.
src/win32_apply.c