From 92037381f8392f20a6e4edd5cd0ee514e7dc2756 Mon Sep 17 00:00:00 2001 From: Jiri Hnidek Date: Fri, 28 Jul 2023 14:25:56 +0200 Subject: [PATCH] WIP: Fix D-Bus policy * 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. --- etc-conf/dbus/system.d/com.redhat.RHSM1.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/etc-conf/dbus/system.d/com.redhat.RHSM1.conf b/etc-conf/dbus/system.d/com.redhat.RHSM1.conf index 11adf1d798..48b38e0c59 100644 --- a/etc-conf/dbus/system.d/com.redhat.RHSM1.conf +++ b/etc-conf/dbus/system.d/com.redhat.RHSM1.conf @@ -97,3 +97,4 @@ send_interface="org.freedesktop.DBus.ObjectManager"/> +