Skip to content
Snippets Groups Projects
Commit 2b47c3fc authored by Haiqing Jiang's avatar Haiqing Jiang Committed by Stephen Smalley
Browse files

allocate perms to platformappdomain over system_data_file

parent 19e7fbeb
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,8 @@ allow platformappdomain platform_app_data_file:notdevfile_class_set create_file_
# 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment