diff options
author | Ted Gould <ted@gould.cx> | 2011-07-14 13:08:31 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-07-14 13:08:31 -0500 |
commit | a6ea4762672c64f788778f6ee79d73be40587984 (patch) | |
tree | c4dc9cec5414b0489f22704f0404fd362f204af1 /tests/session.conf.in | |
parent | 445e65a17e0d8ee0056bf0812bb75961f053c5ec (diff) | |
parent | 64c3e2e2ba1ddcaac62e6ec50f414abd51e6b3d9 (diff) | |
download | libayatana-indicator-a6ea4762672c64f788778f6ee79d73be40587984.tar.gz libayatana-indicator-a6ea4762672c64f788778f6ee79d73be40587984.tar.bz2 libayatana-indicator-a6ea4762672c64f788778f6ee79d73be40587984.zip |
Fixing the libindicator test suite
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/> |