wafsamba: add MODE_{744,_777}
authorStefan Metzmacher <metze@samba.org>
Sat, 17 Nov 2018 12:11:52 +0000 (13:11 +0100)
committerStefan Metzmacher <metze@samba.org>
Wed, 5 Dec 2018 12:35:19 +0000 (13:35 +0100)
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
buildtools/wafsamba/samba_utils.py

index 8e3127734621704bd229d40832145b62d996e69b..2a7f62f03bdaee73a6d2d6fddbb9ae0a12cd2d5d 100644 (file)
@@ -17,7 +17,9 @@ LIB_PATH="shared"
 
 # sigh, python octal constants are a mess
 MODE_644 = int('644', 8)
+MODE_744 = int('744', 8)
 MODE_755 = int('755', 8)
+MODE_777 = int('777', 8)
 
 def conf(f):
     # override in order to propagate the argument "mandatory"