diff options
author | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-03-31 01:48:50 +0200 |
---|---|---|
committer | Cosme Domínguez Díaz <cosme.ddiaz@gmail.com> | 2018-03-31 01:48:50 +0200 |
commit | aa94796eeb4dd0c9e73c4e8f2f2a057ef727fda5 (patch) | |
tree | dec0af2723748cf0a2b3cc1a9146df7d6d589141 /sepolicy/bluetooth.te | |
parent | 807dacaab8e2e4f4b53ad4dea172476a9602cf7f (diff) |
msm8996-common: sepolicy: Fix more SELinux denials.
* We could probably optimize them more, but for now it's enough.
Diffstat (limited to 'sepolicy/bluetooth.te')
-rw-r--r-- | sepolicy/bluetooth.te | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sepolicy/bluetooth.te b/sepolicy/bluetooth.te new file mode 100644 index 0000000..d5742fd --- /dev/null +++ b/sepolicy/bluetooth.te @@ -0,0 +1,3 @@ +# Bluetooth app depend on /vendor/lib64/libaptX_encoder.so + +allow bluetooth vendor_file:file { r_file_perms execute }; |