universal7885: sepolicy: Drop shell execute rules

This commit is contained in:
roynatech2544 2022-05-21 02:29:42 +00:00
commit 14e4406a1b

View file

@ -30,6 +30,4 @@ type parts_data_file, file_type, data_file_type, core_data_file_type;
allow hal_parts_default parts_data_file:dir rw_dir_perms;
allow hal_parts_default parts_data_file:file rw_file_perms;
allow hal_parts_default parts_data_file:file create_file_perms;
allow hal_parts_default shell_exec:file rx_file_perms;
allow hal_parts_default toolbox_exec:file rx_file_perms;
allow hal_parts_default self:capability sys_admin;