Skip to content

Commit

Permalink
WIP: Fix D-Bus policy
Browse files Browse the repository at this point in the history
* Non-root users should be able to call only methods providing
  data that are gathered from files readable by non-root users.
* Non-root users are not allowed to call methods changing
  the system (like, Register(), Unregister(), etc.) or obtaining
  sensitive data.
  • Loading branch information
jirihnidek committed Oct 30, 2023
1 parent ce67ec6 commit 9203738
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions etc-conf/dbus/system.d/com.redhat.RHSM1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,4 @@
send_interface="org.freedesktop.DBus.ObjectManager"/>
</policy>
</busconfig>

0 comments on commit 9203738

Please sign in to comment.