chiark / gitweb /
basic: fix touch() creating files with 07777 mode
[elogind.git] / src / basic / verbs.h
index d59e4d59b8f0b79e611ec82fcadccd8bc124f5e7..4132cad7730f814f9c43960504e902dac2fda902 100644 (file)
@@ -22,7 +22,8 @@
 ***/
 
 #define VERB_ANY ((unsigned) -1)
-#define VERB_DEFAULT 1
+#define VERB_DEFAULT 1U
+#define VERB_NOCHROOT 2U
 
 typedef struct {
         const char *verb;