diff options
author | Günther Deschner <gd@samba.org> | 2010-06-03 10:36:05 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-06-03 11:00:26 +0200 |
commit | b6a2cea74d90499bd3e239ab696502ae8afed30e (patch) | |
tree | 5b2796475ab3e334cd4d39fa25742d756a6b851c /source3/include | |
parent | 102b0cfe62c6486846cdfb4938a83e2be4aad912 (diff) | |
download | samba-b6a2cea74d90499bd3e239ab696502ae8afed30e.tar.gz samba-b6a2cea74d90499bd3e239ab696502ae8afed30e.tar.bz2 samba-b6a2cea74d90499bd3e239ab696502ae8afed30e.zip |
s3-security: use shared "Standard access rights.".
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_secdes.h | 10 | ||||
-rw-r--r-- | source3/include/smb.h | 2 |
2 files changed, 1 insertions, 11 deletions
diff --git a/source3/include/rpc_secdes.h b/source3/include/rpc_secdes.h index 216f8830eb..d14a95b17b 100644 --- a/source3/include/rpc_secdes.h +++ b/source3/include/rpc_secdes.h @@ -24,14 +24,4 @@ /* for ADS */ #define SEC_RIGHTS_FULL_CTRL 0xf01ff -/* Standard access rights. */ - -#define STD_RIGHT_DELETE_ACCESS 0x00010000 -#define STD_RIGHT_READ_CONTROL_ACCESS 0x00020000 -#define STD_RIGHT_WRITE_DAC_ACCESS 0x00040000 -#define STD_RIGHT_WRITE_OWNER_ACCESS 0x00080000 -#define STD_RIGHT_SYNCHRONIZE_ACCESS 0x00100000 - -#define STD_RIGHT_ALL_ACCESS 0x001F0000 - #endif /* _RPC_SECDES_H */ diff --git a/source3/include/smb.h b/source3/include/smb.h index 89b3572d67..ce8022ab21 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -1234,7 +1234,7 @@ struct bitmap { SYNCHRONIZE_ACCESS) /* This maps to 0x120116 */ -#define FILE_GENERIC_WRITE (STD_RIGHT_READ_CONTROL_ACCESS|\ +#define FILE_GENERIC_WRITE (SEC_STD_READ_CONTROL|\ FILE_WRITE_DATA|\ FILE_WRITE_ATTRIBUTES|\ FILE_WRITE_EA|\ |