Accepted ACL_REVISION_DS as a valid ACL revision in secaudit

N2009_11_14_FIXES
jpandre 2009-11-03 14:21:08 +00:00
parent 716fdbaf33
commit 2b6ea3b392
1 changed files with 5 additions and 1 deletions

View File

@ -5,7 +5,7 @@
* library, but should only be used to build tools runnable both
* on Linux (dynamic linking) and Windows (static linking)
*
* Copyright (c) 2007-2008 Jean-Pierre Andre
* Copyright (c) 2007-2009 Jean-Pierre Andre
*
*/
@ -532,6 +532,10 @@ enum {
#endif /* !WIN32 */
#ifndef ACL_REVISION_DS /* not always defined in <windows.h> */
#define ACL_REVISION_DS 4
#endif
/*
* Matching of ntfs permissions to Linux permissions
* these constants are adapted to endianness