Skip to content
Snippets Groups Projects
Commit fba9e4f0 authored by Geremy Condra's avatar Geremy Condra Committed by Android Git Automerger
Browse files

am 23bc75af: Merge commit \'b5f6977a\' into manualmerge

* commit '23bc75af':
  Coalesce rules for allowing execution of shared objects by app domains.
parents 597b7da3 23bc75af
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,6 @@ app_domain(untrusted_app) ...@@ -98,7 +98,6 @@ app_domain(untrusted_app)
net_domain(untrusted_app) net_domain(untrusted_app)
bluetooth_domain(untrusted_app) bluetooth_domain(untrusted_app)
allow untrusted_app tun_device:chr_file rw_file_perms; allow untrusted_app tun_device:chr_file rw_file_perms;
allow untrusted_app system_data_file:file { execute open };
# Internal SDCard rw access. # Internal SDCard rw access.
bool app_internal_sdcard_rw true; bool app_internal_sdcard_rw true;
...@@ -148,10 +147,6 @@ allow appdomain platform_app_data_file:file { getattr read write }; ...@@ -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:dir r_dir_perms;
allow appdomain system_data_file:file { execute open }; 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). # Read/write wallpaper file (opened by system).
allow appdomain wallpaper_file:file { read write }; allow appdomain wallpaper_file:file { read write };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment