From 8f781f5767318ed48cd0bfa9a57543109253463e Mon Sep 17 00:00:00 2001 From: hqjiang <hqjiang1988@gmail.com> Date: Mon, 23 Jul 2012 10:22:17 -0700 Subject: [PATCH] external/sepolicy: install daemon unlink application data files --- installd.te | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installd.te b/installd.te index 466125ef4..ce9122bd9 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; -- GitLab