Aayush Gupta 084a15e4f3 non_plat: Allow tee to connect to init unix_stream_socket
Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
Change-Id: I34faff63cef2042bcc9eeb791cc33a5439ba20ca
2021-01-03 10:56:00 +05:30

16 lines
554 B
Plaintext

allow tee ut_keymaster_device:chr_file rw_file_perms;
allow tee teei_rpmb_device:chr_file rw_file_perms;
allow tee teei_rpmb_device:blk_file { read write ioctl open };
allow tee teei_vfs_device:chr_file rw_file_perms;
allow tee vendor_teei_data_file:dir create_dir_perms;
allow tee vendor_teei_data_file:file create_file_perms;
allow tee teei_client_device:chr_file { create setattr unlink rw_file_perms };;
allow tee teei_config_device:chr_file rw_file_perms;
allow tee property_socket:sock_file write;
allow tee init:unix_stream_socket connectto;