pamac-classic/data/dbus/org.pamac.system.conf

24 lines
843 B
Plaintext
Raw Permalink Normal View History

2014-10-22 13:44:02 -03:00
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<!-- Only root can own the service -->
<policy user="root">
2017-10-10 16:29:22 -03:00
<allow own="org.pamac.system"/>
2014-10-22 13:44:02 -03:00
</policy>
<!-- Allow anyone to invoke methods on the interfaces -->
<policy context="default">
2017-10-10 16:29:22 -03:00
<allow send_destination="org.pamac.system"
send_interface="org.pamac.system"/>
2015-01-05 17:06:18 -03:00
2017-10-10 16:29:22 -03:00
<allow send_destination="org.pamac.system"
2017-07-29 10:35:04 -04:00
send_interface="org.freedesktop.DBus_Introspectable"/>
2017-10-10 16:29:22 -03:00
<allow send_destination="org.pamac.system"
2015-01-05 17:06:18 -03:00
send_interface="org.freedesktop.DBus.Peer"/>
2017-10-10 16:29:22 -03:00
<allow send_destination="org.pamac.system"
2015-01-05 17:06:18 -03:00
send_interface="org.freedesktop.DBus.Properties"/>
2014-10-22 13:44:02 -03:00
</policy>
</busconfig>