commit | 8f781f5767318ed48cd0bfa9a57543109253463e | [log] [tgz] |
---|---|---|
author | hqjiang <hqjiang1988@gmail.com> | Mon Jul 23 10:22:17 2012 -0700 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Tue Jul 24 08:59:27 2012 -0400 |
tree | 42b23878eee7f1527a1c4800a4300de6a248faa4 | |
parent | 4c06d273bc3d278e7061bf93cfa97fdf2a4e8ee3 [diff] |
external/sepolicy: install daemon unlink application data files
diff --git a/installd.te b/installd.te index 466125e..ce9122b 100644 --- a/installd.te +++ b/installd.te
@@ -20,3 +20,5 @@ 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;