diff --git a/legacy/zuma/vendor/tee.te b/legacy/zuma/vendor/tee.te index 67509b8..c99a02d 100644 --- a/legacy/zuma/vendor/tee.te +++ b/legacy/zuma/vendor/tee.te @@ -7,7 +7,6 @@ allow tee persist_file:dir r_dir_perms; allow tee mnt_vendor_file:dir r_dir_perms; allow tee tee_data_file:dir rw_dir_perms; allow tee tee_data_file:lnk_file r_file_perms; -allow tee sg_device:chr_file rw_file_perms; allow tee tee_persist_block_device:blk_file rw_file_perms; allow tee block_device:dir search; diff --git a/vendor/device.te b/vendor/device.te deleted file mode 100644 index 89b586b..0000000 --- a/vendor/device.te +++ /dev/null @@ -1 +0,0 @@ -type sg_device, dev_type; diff --git a/vendor/vendor_init.te b/vendor/vendor_init.te index 129fb11..8bb8ad3 100644 --- a/vendor/vendor_init.te +++ b/vendor/vendor_init.te @@ -1,4 +1,3 @@ # USB property set_prop(vendor_init, vendor_usb_config_prop) -allow vendor_init sg_device:chr_file r_file_perms;