diff options
author | Matt McCutchen <matt@mattmccutchen.net> | 2008-11-10 08:55:27 -0500 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2009-01-06 18:20:13 -0500 |
commit | 6663d1dd35f94717209cd6fca86045bca853ef79 (patch) | |
tree | 116860d652ea821fe147e302db6e9cb4fa91c024 /bus/session.conf.in | |
parent | 9928648f16afd45078fb93116b6529a7dcca80dc (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.in | 4 |
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 /> |