Skip to content

Commit

Permalink
tuned-adm: full permissions to users with physical access
Browse files Browse the repository at this point in the history
  • Loading branch information
fcelda committed Oct 30, 2012
1 parent 09d20c6 commit 5cdd115
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions dbus.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
</policy>

<allow receive_sender="com.redhat.com" />
<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>

0 comments on commit 5cdd115

Please sign in to comment.