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

read permission over lnk_file to devices when android_cts enabled

parent b19665c3
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,9 @@ allow appdomain system_file:file rx_file_perms; ...@@ -31,6 +31,9 @@ allow appdomain system_file:file rx_file_perms;
allow appdomain apk_tmp_file:file rw_file_perms; allow appdomain apk_tmp_file:file rw_file_perms;
allow appdomain shell_data_file:file r_file_perms; allow appdomain shell_data_file:file r_file_perms;
# Read permission over link file to devices.
allow appdomain dev_type:lnk_file read;
# 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