summaryrefslogtreecommitdiffstats
path: root/SELinux/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'SELinux/Makefile')
-rw-r--r--SELinux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/SELinux/Makefile b/SELinux/Makefile
index c810efb..8b978d7 100644
--- a/SELinux/Makefile
+++ b/SELinux/Makefile
@@ -10,7 +10,7 @@ qarshd.te: qarshd.te.in qarshd.te.trans
# Pull all interfaces listed in policy.xml from the services or apps layer
# which have one parameter named domains and whose name contains domtrans
-allinterfaces := $(shell gxpp '//layer[@name = "services" or @name = "apps"]//interface[param/@name="domain" and count(param) = 1 and contains(@name, "domtrans")]/@name' $(selinux_devel)/policy.xml)
+allinterfaces := $(shell gxpp '//layer[@name = "services" or @name = "apps" or @name = "system"]//interface[param/@name="domain" and count(param) = 1 and contains(@name, "domtrans")]/@name' $(selinux_devel)/policy.xml)
badinterfaces := $(shell cat qarshd.bad-interfaces)
# Filter out interfaces which break policy building or loading.