hikey: Fix timerslack_ns SELinux access for bluetooth
[ 23.153964] type=1400 audit(123.695:23): avc: denied
{ write } for pid=2122 comm="android.io" name="timerslack_ns"
dev="proc" ino=16033 scontext=u:r:system_server:s0
tcontext=u:r:bluetooth:s0 tclass=file permissive=0
Change-Id: Ia301dc3c76b0d9efbbc582344267469f1d171920
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
diff --git a/sepolicy/system_server.te b/sepolicy/system_server.te
index 1af6fc9..5495da4 100644
--- a/sepolicy/system_server.te
+++ b/sepolicy/system_server.te
@@ -4,3 +4,4 @@
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;