summaryrefslogtreecommitdiffstats
path: root/common/sepolicy/system_server.te
diff options
context:
space:
mode:
Diffstat (limited to 'common/sepolicy/system_server.te')
-rw-r--r--common/sepolicy/system_server.te2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/sepolicy/system_server.te b/common/sepolicy/system_server.te
new file mode 100644
index 0000000..a9ce1b1
--- /dev/null
+++ b/common/sepolicy/system_server.te
@@ -0,0 +1,2 @@
+# Allow system_server to kill vehicle HAL
+allow system_server hal_vehicle_server:process sigkill;