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

appdomain r/w apk_tmp_file and shell_data_file on android_cts enabled

parent dd31ddfd
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,10 @@ allow appdomain fs_type:dir_file_class_set getattr; ...@@ -27,6 +27,10 @@ allow appdomain fs_type:dir_file_class_set getattr;
allow appdomain shell_exec:file rx_file_perms; allow appdomain shell_exec:file rx_file_perms;
allow appdomain system_file:file rx_file_perms; allow appdomain system_file:file rx_file_perms;
# Accesses to apk_tmp_file and shell_data_file
allow appdomain apk_tmp_file:file rw_file_perms;
allow appdomain shell_data_file:file r_file_perms;
# Read routing information. # Read routing information.
allow netdomain self:netlink_route_socket { create read write nlmsg_read }; allow netdomain self:netlink_route_socket { create read write nlmsg_read };
......
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