tuned-adm: full permissions to users with physical access
This commit is contained in:
parent
09d20c648a
commit
5cdd115ef0
1 changed files with 10 additions and 10 deletions
20
dbus.conf
20
dbus.conf
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue