summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2018-11-16 19:06:54 +0100
committerMichael W <baddaemon87@gmail.com>2018-11-25 16:39:23 +0100
commit4f1f76653e2afee4ad9043f765a5c446e0820029 (patch)
tree6052981e4356ae330356efa6f68ab870e2debb6d
parent9e8c82f18d6a5781dc369f5e2aa5ba125d1ceca1 (diff)
downloadandroid_device_qcom_sepolicy-lineage-15.1.tar.gz
android_device_qcom_sepolicy-lineage-15.1.tar.bz2
android_device_qcom_sepolicy-lineage-15.1.zip
legacy: Resolve hal_gnss_default deniallineage-15.1
* 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 bac5a5b6..c10007b4 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;