r3384: added SA_RIGHT_FILE_WRITE_APPEND, which is a combination of write and append
authorAndrew Tridgell <tridge@samba.org>
Sat, 30 Oct 2004 04:55:45 +0000 (04:55 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:05:03 +0000 (13:05 -0500)
(This used to be commit d098636d7faacce7f024c74b945899edb824d740)

source4/include/rpc_secdes.h

index 3418c432f1e2149a52df18193e6ea765ce602cd0..f1797435b8654ca1f4768471bb7edcce4d0a18cc 100644 (file)
@@ -157,6 +157,7 @@ typedef struct security_descriptor SEC_DESC;
 #define SA_RIGHT_FILE_READ_ATTRIBUTES  0x00000080
 #define SA_RIGHT_FILE_WRITE_ATTRIBUTES 0x00000100
 #define SA_RIGHT_FILE_READ_EXEC                (SA_RIGHT_FILE_READ_DATA|SA_RIGHT_FILE_EXECUTE)
+#define SA_RIGHT_FILE_WRITE_APPEND     (SA_RIGHT_FILE_WRITE_DATA|SA_RIGHT_FILE_APPEND_DATA)
 
 #define SA_RIGHT_FILE_ALL_ACCESS       0x000001FF