summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2010-12-17 18:42:13 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2010-12-17 18:42:13 +0000
commitf2905def7b65970724e57c2d57202de8d7138e98 (patch)
tree9175ca5fe603d4bb530455053ff1794a9b428c9f
parent48a16845d69d27748d36e71165ec6fba0d743df3 (diff)
policy tests: Use bin rather than nogroup, wheel, or root
This group seems to exist on all of Debian, Fedora and Mac OS X. (I mistakenly believed that nogroup exists on Fedora.)
-rw-r--r--test/data/valid-config-files/many-rules.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/data/valid-config-files/many-rules.conf b/test/data/valid-config-files/many-rules.conf
index e3ff2257..089908b4 100644
--- a/test/data/valid-config-files/many-rules.conf
+++ b/test/data/valid-config-files/many-rules.conf
@@ -17,7 +17,7 @@
<deny send_destination="org.freedesktop.System"/>
<deny receive_sender="org.freedesktop.System"/>
<deny user="root"/>
- <deny group="nogroup"/>
+ <deny group="bin"/>
<allow send_type="error"/>
<allow send_type="method_call"/>
<allow send_type="method_return"/>
@@ -35,7 +35,7 @@
<deny send_destination="org.freedesktop.System"/>
<deny receive_sender="org.freedesktop.System"/>
<deny user="root"/>
- <deny group="nogroup"/>
+ <deny group="bin"/>
<allow send_type="error"/>
<allow send_type="method_call"/>
<allow send_type="method_return"/>