Merge "Fix SELinux permissions for trusty_userdata partition" into main
This commit is contained in:
commit
25c848aea9
4 changed files with 6 additions and 2 deletions
4
vendor/file_contexts
vendored
4
vendor/file_contexts
vendored
|
@ -26,3 +26,7 @@
|
|||
|
||||
# Gralloc
|
||||
/(vendor|system/vendor)/lib(64)?/hw/mapper\.pixel\.so u:object_r:same_process_hal_file:s0
|
||||
|
||||
# Trusty
|
||||
/dev/block/platform/13200000\.ufs/by-name/trusty_persist u:object_r:tee_persist_block_device:s0
|
||||
/dev/block/platform/13200000\.ufs/by-name/trusty_userdata u:object_r:tee_userdata_block_device:s0
|
||||
|
|
2
vendor/tee.te
vendored
Normal file
2
vendor/tee.te
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
type tee_persist_block_device, dev_type;
|
||||
type tee_userdata_block_device, dev_type;
|
Loading…
Add table
Add a link
Reference in a new issue