1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

add a mask of invalid security bits

(This used to be commit ccbf523876)
This commit is contained in:
Andrew Tridgell 2008-05-27 14:06:38 +10:00
parent 9691856569
commit af4f6f445a

View File

@ -106,6 +106,9 @@ interface security
const int SEC_ADS_LIST_OBJECT = 0x00000080;
const int SEC_ADS_CONTROL_ACCESS = 0x00000100;
/* invalid bits */
const int SEC_MASK_INVALID = 0x0ce0fe00;
/* generic->specific mappings for files */
const int SEC_RIGHTS_FILE_READ = SEC_STD_READ_CONTROL |
SEC_STD_SYNCHRONIZE |