]> git.ipfire.org Git - people/stevee/selinux-policy.git/blobdiff - policy/modules/apps/kde.if
Remove module for KDE.
[people/stevee/selinux-policy.git] / policy / modules / apps / kde.if
diff --git a/policy/modules/apps/kde.if b/policy/modules/apps/kde.if
deleted file mode 100644 (file)
index cf65577..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-## <summary> Policy for KDE components </summary>
-
-#######################################
-## <summary>
-##      Send and receive messages from
-##      firewallgui over dbus.
-## </summary>
-## <param name="domain">
-##      <summary>
-##      Domain allowed access.
-##      </summary>
-## </param>
-#
-interface(`kde_dbus_chat_backlighthelper',`
-        gen_require(`
-                type kdebacklighthelper_t;
-                class dbus send_msg;
-        ')
-
-       allow $1 kdebacklighthelper_t:dbus send_msg;
-        allow kdebacklighthelper_t $1:dbus send_msg;
-')