allocate perms to platformappdomain over system_data_file
This commit is contained in:
parent
19e7fbeb25
commit
2b47c3fc35
1 changed files with 2 additions and 0 deletions
2
app.te
2
app.te
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue