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:
parent
4f238d4e15
commit
cd16ba98c6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue