13 lines
426 B
Plaintext
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)
|