1
0
Fork 0

tuned-adm: full permissions to users with physical access

This commit is contained in:
Jan Vcelak 2012-10-30 13:38:40 +01:00
parent 09d20c648a
commit 5cdd115ef0

View file

@ -7,22 +7,22 @@
-->
<busconfig>
<policy user="root">
<allow own="com.redhat.tuned"/>
<allow send_destination="com.redhat.tuned" />
<allow receive_sender="com.redhat.tuned" />
</policy>
<policy context="default">
<deny send_destination="com.redhat.tuned"/>
<deny send_destination="com.redhat.tuned" />
<allow receive_sender="com.redhat.tuned" />
<allow send_destination="com.redhat.tuned" send_interface="org.freedesktop.DBus.Introspectable" />
<allow send_destination="com.redhat.tuned" send_interface="com.redhat.tuned.control" send_member="active_profile" />
<allow send_destination="com.redhat.tuned" send_interface="com.redhat.tuned.control" send_member="status" />
<allow receive_sender="com.redhat.com" />
</policy>
<policy user="root">
<allow own="com.redhat.tuned" />
<allow send_destination="com.redhat.tuned" />
</policy>
<policy at_console="true">
<allow send_destination="com.redhat.tuned" />
</policy>
</busconfig>