Blame SOURCES/selinux-dbus-fedora.patch

10f7fd
diff --git selinux-dbus-2.8/org.selinux.conf selinux-dbus-2.8/org.selinux.conf
10f7fd
index a350978..1ae079d 100644
10f7fd
--- selinux-dbus-2.8/org.selinux.conf
10f7fd
+++ selinux-dbus-2.8/org.selinux.conf
10f7fd
@@ -12,12 +12,8 @@
10f7fd
 
10f7fd
   
10f7fd
        authorization is performed by PolicyKit -->
10f7fd
-  <policy at_console="true">
10f7fd
-    <allow send_destination="org.selinux"/>
10f7fd
-  </policy>
10f7fd
   <policy context="default">
10f7fd
-    
10f7fd
-	   send_interface="org.freedesktop.DBus.Introspectable"/>
10f7fd
+    <allow send_destination="org.selinux"/>
10f7fd
   </policy>
10f7fd
 
10f7fd
 </busconfig>
10f7fd
diff --git selinux-dbus-2.8/org.selinux.policy selinux-dbus-2.8/org.selinux.policy
10f7fd
index 0126610..9772127 100644
10f7fd
--- selinux-dbus-2.8/org.selinux.policy
10f7fd
+++ selinux-dbus-2.8/org.selinux.policy
10f7fd
@@ -70,9 +70,9 @@
10f7fd
 	  <allow_active>auth_admin_keep</allow_active>
10f7fd
         </defaults>
10f7fd
     </action>
10f7fd
-    <action id="org.selinux.change_policy_type">
10f7fd
-        <description>SELinux write access</description>
10f7fd
-        <message>System policy prevents change_policy_type access to SELinux</message>
10f7fd
+    <action id="org.selinux.change_default_mode">
10f7fd
+        <description>Change SELinux default enforcing mode</description>
10f7fd
+        <message>System policy prevents change_default_policy access to SELinux</message>
10f7fd
         <defaults>
10f7fd
           <allow_any>no</allow_any>
10f7fd
           <allow_inactive>no</allow_inactive>