diff --git a/cts.te b/cts.te index 3a414788f7f13ac76e3ad699b1aaa3bd9b7875c8..11b769833e1afe3e2d3cad753d6a556dbf65f661 100644 --- a/cts.te +++ b/cts.te @@ -23,16 +23,9 @@ allow appdomain file_type:dir_file_class_set getattr; allow appdomain dev_type:dir_file_class_set getattr; allow appdomain fs_type:dir_file_class_set getattr; -# 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 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 }; - # Tries to open /dev/alarm for writing but expects failure. dontaudit appdomain alarm_device:chr_file write;