Files
android_device_samsung_sm87…/sepolicy/vendor/tee.te
chaptsand 34b23b3a8c sm8550-common: Initial enforcing sepolicy
Change-Id: If928cb2d9e24a6639df4e555492209722162ed05
2024-09-18 23:56:12 +08:00

13 lines
426 B
Plaintext

# Allow tee to read/write sec_efs_file
allow tee sec_efs_file:dir create_dir_perms;
allow tee sec_efs_file:file create_file_perms;
# Allow tee to read/write vendor_gatekeeper_data_file
allow tee vendor_gatekeeper_data_file:dir create_dir_perms;
allow tee vendor_gatekeeper_data_file:file create_file_perms;
# Allow tee to access kmsg device
allow tee kmsg_device:chr_file rw_file_perms;
set_prop(tee, vendor_qseecomd_prop)