diff --git a/cts.te b/cts.te index 489be1a71234583dd8ac4afe9d8c2ab6bbe54269..3371410d6c624de4698592ec288f2a2931b09de2 100644 --- a/cts.te +++ b/cts.te @@ -31,6 +31,9 @@ allow appdomain system_file:file rx_file_perms; allow appdomain apk_tmp_file:file rw_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. allow netdomain self:netlink_route_socket { create read write nlmsg_read };