aboutsummaryrefslogtreecommitdiffstats
path: root/installd.te
diff options
context:
space:
mode:
authorhqjiang <hqjiang1988@gmail.com>2012-07-23 10:22:17 -0700
committerStephen Smalley <sds@tycho.nsa.gov>2012-07-24 08:59:27 -0400
commit8f781f5767318ed48cd0bfa9a57543109253463e (patch)
tree42b23878eee7f1527a1c4800a4300de6a248faa4 /installd.te
parent4c06d273bc3d278e7061bf93cfa97fdf2a4e8ee3 (diff)
downloadandroid_external_sepolicy-8f781f5767318ed48cd0bfa9a57543109253463e.tar.gz
android_external_sepolicy-8f781f5767318ed48cd0bfa9a57543109253463e.tar.bz2
android_external_sepolicy-8f781f5767318ed48cd0bfa9a57543109253463e.zip
external/sepolicy: install daemon unlink application data files
Diffstat (limited to 'installd.te')
-rw-r--r--installd.te2
1 files changed, 2 insertions, 0 deletions
diff --git a/installd.te b/installd.te
index 466125e..ce9122b 100644
--- a/installd.te
+++ b/installd.te
@@ -20,3 +20,5 @@ dontaudit installd self:capability sys_admin;
selinux_check_context(installd)
# Read /seapp_contexts, presently on the rootfs.
allow installd rootfs:file r_file_perms;
+# Unlink app_data_file
+allow installd app_data_file:lnk_file unlink;