Bug: 196916111 Test: boot to home with all services launched Change-Id: I3453fc01cec5fd7b2b2a44a6f20c64e818ce1acd
9 lines
343 B
Text
9 lines
343 B
Text
type sg_device, dev_type;
|
|
type persist_ss_file, file_type, vendor_persist_type;
|
|
|
|
allow tee persist_ss_file:dir r_dir_perms;
|
|
allow tee persist_file:dir r_dir_perms;
|
|
allow tee mnt_vendor_file:dir r_dir_perms;
|
|
allow tee tee_data_file:lnk_file r_file_perms;
|
|
allow tee sg_device:chr_file rw_file_perms;
|
|
allow tee self:capability { setgid setuid };
|