summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjrior001 <jriordan001@gmail.com>2018-05-09 22:53:32 -0400
committerMichael Bestas <mkbestas@lineageos.org>2018-06-17 19:40:42 +0300
commit7cef5c03ecbfd144c6bb13083b33a0fca9cd657e (patch)
treecdb2559686a2c4479b5fd8d6d792111a75730677
parenta0ec9dc8c8a6ff52a131bb40c381f64811b189ef (diff)
downloadandroid_device_qcom_sepolicy-7cef5c03ecbfd144c6bb13083b33a0fca9cd657e.tar.gz
android_device_qcom_sepolicy-7cef5c03ecbfd144c6bb13083b33a0fca9cd657e.tar.bz2
android_device_qcom_sepolicy-7cef5c03ecbfd144c6bb13083b33a0fca9cd657e.zip
legacy: allow gnss to create dir for xtra data
Change-Id: I925ef41fa713e829b932cc502a6820ad9f8e3037
-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
new file mode 100644
index 00000000..bac5a5b6
--- /dev/null
+++ b/legacy-common/hal_gnss_default.te
@@ -0,0 +1 @@
+allow hal_gnss_default location_data_file:dir create;