aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 3635a01..1b903bd 100644
--- a/Android.mk
+++ b/Android.mk
@@ -5,7 +5,7 @@ include $(CLEAR_VARS)
# SELinux policy version.
# Must be <= /sys/fs/selinux/policyvers reported by the Android kernel.
# Must be within the compatibility range reported by checkpolicy -V.
-POLICYVERS ?= 26
+POLICYVERS ?= 30
MLS_SENS=1
MLS_CATS=1024
@@ -36,6 +36,7 @@ sepolicy_build_files := security_classes \
policy_capabilities \
te_macros \
attributes \
+ ioctl_macros \
*.te \
roles \
users \