sepolicy: vendor_qti_init_shell: allow R/W to UFS nodes

This allows post_boot script to change values related to UFS,
such as clkscale_enable.

Change-Id: I8426971a108755a7f5ecfa87ad1e6bae6a7740ea
Signed-off-by: Juhyung Park <qkrwngud825@gmail.com>
This commit is contained in:
Juhyung Park 2023-05-18 19:05:19 +09:00
parent 4f238d4e15
commit cd16ba98c6
1 changed files with 3 additions and 0 deletions

View File

@ -19,3 +19,6 @@ set_prop(vendor_init, vendor_persist_rcs_qti_prop)
# Allow changing swap settings
allow vendor_qti_init_shell proc_swaps:file rw_file_perms;
# Allow tuning UFS nodes
allow vendor_qti_init_shell vendor_sysfs_scsi_host:file rw_file_perms;