Merge "Allow vendor_init to fix permissions of TEE data file" into udc-d1-dev

This commit is contained in:
Donnie Pollitz 2023-05-26 07:17:41 +00:00 committed by Android (Google) Code Review
commit 9fc92bdb28

View file

@ -11,6 +11,9 @@ allow vendor_init sg_device:chr_file r_file_perms;
allow vendor_init bootdevice_sysdev:file create_file_perms;
allow vendor_init modem_img_file:filesystem { getattr };
# Allow for checking NSP permissions
allow vendor_init tee_data_file:lnk_file read;
userdebug_or_eng(`
allow vendor_init vendor_init:lockdown { integrity };
')