summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2018-10-05 00:05:06 +0300
committerMichael Bestas <mkbestas@lineageos.org>2018-11-25 22:26:15 +0100
commit1aae57aae1e077435e9df9f310057aae3951552e (patch)
treec08be0c6f86e945e77b904d4bc832f214d1706f4
parent2bd9a60f72bdd65f730f1ad3fba988e790a3b53c (diff)
downloadandroid_device_qcom_sepolicy-legacy-1aae57aae1e077435e9df9f310057aae3951552e.tar.gz
android_device_qcom_sepolicy-legacy-1aae57aae1e077435e9df9f310057aae3951552e.tar.bz2
android_device_qcom_sepolicy-legacy-1aae57aae1e077435e9df9f310057aae3951552e.zip
legacy: Resolve hal_gnss_default denial
* This comes up when switching gnss to hwbinder * Mimic the old location rule to resolve the denial Change-Id: I118ac5fad75f7ab02ccf4a728c2bc67a9eb57752
-rw-r--r--legacy-common/hal_gnss_default.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/legacy-common/hal_gnss_default.te b/legacy-common/hal_gnss_default.te
index bac5a5b..c10007b 100644
--- a/legacy-common/hal_gnss_default.te
+++ b/legacy-common/hal_gnss_default.te
@@ -1 +1,2 @@
allow hal_gnss_default location_data_file:dir create;
+allow hal_gnss_default location_data_file:fifo_file create_file_perms;