summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2018-04-18 20:58:06 +0530
committerAmit Pundir <amit.pundir@linaro.org>2018-04-18 21:27:57 +0530
commit53861f829671be7e04a22bf02bcb2c588c89e94e (patch)
tree2138979bfc2dce4dca75d4d4a4d931cf619852b2
parenta667788455dbabed0f34dcfcd0e214e6a3b0f3ca (diff)
Revert "sepolicy: btlinux: Add btlinux policy"
This reverts commit a667788455dbabed0f34dcfcd0e214e6a3b0f3ca. Not required. We don't run into btlinux sepolicy errors on clean builds, so we don't need this patch. Change-Id: I29c759c85c56759d8e306fa817b084f6703000f1 Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
-rw-r--r--sepolicy/file_contexts2
-rw-r--r--sepolicy/hal_bluetooth_btlinux.te2
2 files changed, 0 insertions, 4 deletions
diff --git a/sepolicy/file_contexts b/sepolicy/file_contexts
index 321d95c..688de5f 100644
--- a/sepolicy/file_contexts
+++ b/sepolicy/file_contexts
@@ -6,5 +6,3 @@
/dev/dri/card0 u:object_r:gpu_device:s0
/dev/dri/renderD128 u:object_r:gpu_device:s0
-
-/(vendor|system/vendor)/bin/hw/android\.hardware\.bluetooth@1\.0-service\.btlinux u:object_r:hal_bluetooth_btlinux_exec:s0
diff --git a/sepolicy/hal_bluetooth_btlinux.te b/sepolicy/hal_bluetooth_btlinux.te
deleted file mode 100644
index b47af61..0000000
--- a/sepolicy/hal_bluetooth_btlinux.te
+++ /dev/null
@@ -1,2 +0,0 @@
-allow hal_bluetooth_btlinux self:socket { create bind read write };
-allow hal_bluetooth_btlinux self:bluetooth_socket { create bind read write };