summaryrefslogtreecommitdiffstats
path: root/bus/session.conf.in
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/session.conf.in
parent14afa0564e9eea01d28d4b2fd1e6ac0bfec626e7 (diff)
Bug 18446: Keep umask for session bus
Signed-off-by: Colin Walters <walters@verbum.org>
Diffstat (limited to 'bus/session.conf.in')
-rw-r--r--bus/session.conf.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/bus/session.conf.in b/bus/session.conf.in
index b2dee5b3..794eb8da 100644
--- a/bus/session.conf.in
+++ b/bus/session.conf.in
@@ -8,6 +8,10 @@
<!-- Our well-known bus type, don't change this -->
<type>session</type>
+ <!-- If we fork, keep the user's original umask to avoid affecting
+ the behavior of child processes. -->
+ <keep_umask/>
+
<listen>unix:tmpdir=@DBUS_SESSION_SOCKET_DIR@</listen>
<standard_session_servicedirs />