diff --git a/app.te b/app.te index cdd4cf1740f5a022b7aed6cb724db2e8f91c61d6..26e5d89277cd9f89aac38f1b1dbaaa6eada50fbd 100644 --- a/app.te +++ b/app.te @@ -98,7 +98,6 @@ app_domain(untrusted_app) net_domain(untrusted_app) bluetooth_domain(untrusted_app) allow untrusted_app tun_device:chr_file rw_file_perms; -allow untrusted_app system_data_file:file { execute open }; # Internal SDCard rw access. bool app_internal_sdcard_rw true; @@ -148,10 +147,6 @@ allow appdomain platform_app_data_file:file { getattr read write }; allow appdomain system_data_file:dir r_dir_perms; allow appdomain system_data_file:file { execute open }; -# Execute the shell or other system executables. -allow appdomain shell_exec:file rx_file_perms; -allow appdomain system_file:file rx_file_perms; - # Read/write wallpaper file (opened by system). allow appdomain wallpaper_file:file { read write };