Your IP : 216.73.216.247


Current Path : /etc/dbus-1/system.d/
Upload File :
Current File : //etc/dbus-1/system.d/com.redhat.SubscriptionManager.conf

<?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- -->

<!DOCTYPE busconfig PUBLIC
 "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
 "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>

  <policy user="root">
    <allow own="com.redhat.SubscriptionManager"/>
    <allow own="com.redhat.SubscriptionManager.PluginEvent"/>

    <!-- Only root can trigger methods in these services -->
    <allow send_destination="com.redhat.SubscriptionManager"/>
    <allow send_destination="com.redhat.SubscriptionManager.PluginEvent"/>

    <!-- Basic D-Bus API stuff -->
    <allow send_destination="com.redhat.SubscriptionManager"
        send_interface="org.freedesktop.DBus.Introspectable"/>
    <allow send_destination="com.redhat.SubscriptionManager"
        send_interface="org.freedesktop.DBus.ObjectManager"/>
  </policy>

  <policy context="default">
    <!-- Common user can only check status of entitlement -->
    <allow send_destination="com.redhat.SubscriptionManager"
        send_path="/EntitlementStatus"
        send_member="check_status"/>

    <!-- Basic D-Bus API stuff -->
    <allow send_destination="com.redhat.SubscriptionManager"
        send_interface="org.freedesktop.DBus.Introspectable"/>
    <allow send_destination="com.redhat.SubscriptionManager"
        send_interface="org.freedesktop.DBus.ObjectManager"/>
  </policy>


</busconfig>