--- app.te | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/app.te b/app.te index 85de816..dca2e0c 100644 --- a/app.te +++ b/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 XXX???? +allow platformappdomain system_data_file:file open; # # Untrusted apps. -- 1.7.0.4 -- This message was distributed to subscribers of the selinux mailing list. If you no longer wish to subscribe, send mail to majordomo@xxxxxxxxxxxxx with the words "unsubscribe selinux" without quotes as the message.