Merge "Move sg_device related policy" into main

This commit is contained in:
Treehugger Robot 2023-11-22 09:39:24 +00:00 committed by Android (Google) Code Review
commit aed9527a37
3 changed files with 0 additions and 3 deletions

View file

@ -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;

1
vendor/device.te vendored
View file

@ -1 +0,0 @@
type sg_device, dev_type;

View file

@ -1,4 +1,3 @@
# USB property
set_prop(vendor_init, vendor_usb_config_prop)
allow vendor_init sg_device:chr_file r_file_perms;