summaryrefslogtreecommitdiffstats
path: root/bus/config-parser-common.h
diff options
context:
space:
mode:
authorMatt McCutchen <matt@mattmccutchen.net>2008-11-10 08:55:27 -0500
committerColin Walters <walters@verbum.org>2008-11-10 08:55:27 -0500
commit0314e701c812565bd7bdac548cadfea5d310d66c (patch)
tree4fb55231397367d68cfbfe8f30a238c56cfcfff6 /bus/config-parser-common.h
parent14afa0564e9eea01d28d4b2fd1e6ac0bfec626e7 (diff)
Bug 18446: Keep umask for session bus
Signed-off-by: Colin Walters <walters@verbum.org>
Diffstat (limited to 'bus/config-parser-common.h')
-rw-r--r--bus/config-parser-common.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/bus/config-parser-common.h b/bus/config-parser-common.h
index 3718c958..01eb118b 100644
--- a/bus/config-parser-common.h
+++ b/bus/config-parser-common.h
@@ -47,7 +47,8 @@ typedef enum
ELEMENT_SELINUX,
ELEMENT_ASSOCIATE,
ELEMENT_STANDARD_SESSION_SERVICEDIRS,
- ELEMENT_STANDARD_SYSTEM_SERVICEDIRS
+ ELEMENT_STANDARD_SYSTEM_SERVICEDIRS,
+ ELEMENT_KEEP_UMASK
} ElementType;
ElementType bus_config_parser_element_name_to_type (const char *element_name);