summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Vander Stoep <jeffv@google.com>2017-07-28 16:42:38 -0700
committerJeff Vander Stoep <jeffv@google.com>2017-07-28 16:42:38 -0700
commitbb903ce1268b1e988cbf304a558b2cbd77317594 (patch)
tree5f68186dfb3db64890b626e5cbb94efb9220e7ed
parent8f4583cb108107d0b99c81eea162bf3cc23f0472 (diff)
downloadhikey-bb903ce1268b1e988cbf304a558b2cbd77317594.tar.gz
Move selinux permissions to core policy
Allowing system_server to write to apps' timerslack_ns file is moving to core policy therefore does not need to be granted in device specific policy. Bug: 30675296 Test: build Change-Id: I14ef463f078daab74f3f2a5dfd1b58f6df8fc0d8
-rw-r--r--sepolicy/system_server.te7
1 files changed, 0 insertions, 7 deletions
diff --git a/sepolicy/system_server.te b/sepolicy/system_server.te
deleted file mode 100644
index 5495da47..00000000
--- a/sepolicy/system_server.te
+++ /dev/null
@@ -1,7 +0,0 @@
-# For writing to /proc/<tid>/timerslack_ns (XXX - this is probably wrong)
-allow system_server priv_app:file write;
-allow system_server untrusted_app:file write;
-allow system_server platform_app:file write;
-allow system_server system_app:file write;
-allow system_server isolated_app:file write;
-allow system_server bluetooth:file write;