commit | 2b47c3fc351977b801d1c154bb7a8def2e784948 | [log] [tgz] |
---|---|---|
author | Haiqing Jiang <hqjiang1988@gmail.com> | Fri Jul 27 14:01:22 2012 -0700 |
committer | Stephen Smalley <sds@tycho.nsa.gov> | Fri Jul 27 17:01:33 2012 -0400 |
tree | 98b1245073b3184659a5dd5d1886d765981360e1 | |
parent | 19e7fbeb25a2d0f05f23c9e356913ce9bdd4257e [diff] |
allocate perms to platformappdomain over system_data_file
diff --git a/app.te b/app.te index 85de816..be0983f 100644 --- a/app.te +++ b/app.te
@@ -83,6 +83,8 @@ # App sdcard file accesses allow platformappdomain sdcard:dir create_dir_perms; allow platformappdomain sdcard:file create_file_perms; +# System data file accesses (e.g, shared objects from the lib directory) +allow platformappdomain system_data_file:file { execute open }; # # Untrusted apps.