diff options
author | Ted Gould <ted@gould.cx> | 2011-07-11 16:34:48 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-07-11 16:34:48 -0500 |
commit | 269f1a1483dc6bed062ed970d05655ba26ed57c3 (patch) | |
tree | e168f93af4d6e15ffafe4477ec8af83c635f98be /tests/session.conf.in | |
parent | 0c3a68569683c34c08ae9bf8183bcd360c175fb7 (diff) | |
download | libayatana-indicator-269f1a1483dc6bed062ed970d05655ba26ed57c3.tar.gz libayatana-indicator-269f1a1483dc6bed062ed970d05655ba26ed57c3.tar.bz2 libayatana-indicator-269f1a1483dc6bed062ed970d05655ba26ed57c3.zip |
Define the bus well known type in the session.conf file
Diffstat (limited to 'tests/session.conf.in')
-rw-r--r-- | tests/session.conf.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/session.conf.in b/tests/session.conf.in index d1e2805..5c0cf36 100644 --- a/tests/session.conf.in +++ b/tests/session.conf.in @@ -1,6 +1,8 @@ <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> <busconfig> + <type>session</type> + <!-- If we fork, keep the user's original umask to avoid affecting the behavior of child processes. --> <keep_umask/> |