chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Revert "journal: optimize iteration: skip whole files behind current location"
[elogind.git]
/
test
/
bus-policy
/
hello.conf
1
<?xml version="1.0"?> <!--*-nxml-*-->
2
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
3
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
4
5
<busconfig>
6
7
<policy context="default">
8
<allow user="*"/>
9
10
<deny user="1"/>
11
<deny group="1"/>
12
</policy>
13
14
</busconfig>