mirror of
https://github.com/samba-team/samba.git
synced 2025-09-17 05:44:20 +03:00
add a mask of invalid security bits
(This used to be commit ccbf523876
)
This commit is contained in:
@@ -106,6 +106,9 @@ interface security
|
|||||||
const int SEC_ADS_LIST_OBJECT = 0x00000080;
|
const int SEC_ADS_LIST_OBJECT = 0x00000080;
|
||||||
const int SEC_ADS_CONTROL_ACCESS = 0x00000100;
|
const int SEC_ADS_CONTROL_ACCESS = 0x00000100;
|
||||||
|
|
||||||
|
/* invalid bits */
|
||||||
|
const int SEC_MASK_INVALID = 0x0ce0fe00;
|
||||||
|
|
||||||
/* generic->specific mappings for files */
|
/* generic->specific mappings for files */
|
||||||
const int SEC_RIGHTS_FILE_READ = SEC_STD_READ_CONTROL |
|
const int SEC_RIGHTS_FILE_READ = SEC_STD_READ_CONTROL |
|
||||||
SEC_STD_SYNCHRONIZE |
|
SEC_STD_SYNCHRONIZE |
|
||||||
|
Reference in New Issue
Block a user