summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2015-01-13 12:24:51 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2015-01-13 12:24:51 -0800
commit531aa9e1be98231112c0eb9b482616591f278daa (patch)
tree16ca9db8676d5b30ae0e5d500336bcab31f95b8c /common
parent28d8a691c637119258423c845106921b0eb5a224 (diff)
parent4898ce2426475e860c29ff7c0164da446962f47b (diff)
downloadandroid_device_qcom_sepolicy-531aa9e1be98231112c0eb9b482616591f278daa.tar.gz
android_device_qcom_sepolicy-531aa9e1be98231112c0eb9b482616591f278daa.tar.bz2
android_device_qcom_sepolicy-531aa9e1be98231112c0eb9b482616591f278daa.zip
Merge "sepolicy: Update the sepolicy for RFS with new permissions"
Diffstat (limited to 'common')
-rw-r--r--common/rfs_access.te1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/rfs_access.te b/common/rfs_access.te
index e4dc3a55..27d426ea 100644
--- a/common/rfs_access.te
+++ b/common/rfs_access.te
@@ -24,6 +24,7 @@ allow rfs_access system_data_file:dir create_dir_perms;
#For system folder entries
allow rfs_access rfs_system_file:dir r_dir_perms;
allow rfs_access rfs_system_file:lnk_file r_file_perms;
+allow rfs_access rfs_system_file:file r_file_perms;
#For data folder entries
allow rfs_access rfs_data_file:dir create_dir_perms;