Accepted ACL_REVISION_DS as a valid ACL revision in secaudit
parent
716fdbaf33
commit
2b6ea3b392
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue