Fix fingerprint failing to start on GSI images
This fixes the following denial: W/storageproxyd: type=1400 audit(0.0:4): avc: denied { create } for \ name="alternate" scontext=u:r:tee:s0 \ tcontext=u:object_r:tee_data_file:s0 tclass=dir permissive=0 Bug: 221173716 Test: flash vendor image + dsu gsi -> observe fingerprint HAL works Change-Id: I8aff86dda159c3f023cd98d1e0ad38ba21e5e8c9
This commit is contained in:
parent
4740641ce0
commit
93b6949083
1 changed files with 1 additions and 1 deletions
2
vendor/tee.te
vendored
2
vendor/tee.te
vendored
|
@ -6,7 +6,7 @@ init_daemon_domain(tee)
|
|||
|
||||
allow tee self:global_capability_class_set { dac_override };
|
||||
allow tee tee_device:chr_file rw_file_perms;
|
||||
allow tee tee_data_file:dir rw_dir_perms;
|
||||
allow tee tee_data_file:dir create_dir_perms;
|
||||
allow tee tee_data_file:file create_file_perms;
|
||||
allow tee self:netlink_socket create_socket_perms_no_ioctl;
|
||||
allow tee self:netlink_generic_socket create_socket_perms_no_ioctl;
|
||||
|
|
Loading…
Reference in a new issue