diff options
author | Quallenauge <Hamsi2k@freenet.de> | 2022-11-10 21:26:58 +0100 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2023-06-13 14:14:52 +0800 |
commit | d83e1152a853638bb002c8a4db913c8152a97e0c (patch) | |
tree | 6c2632941b30426a79b68226e24ae2e91a2d3a21 | |
parent | b89832392cf5a5349d36a09c6c2b8e2b5ccffa78 (diff) |
sepolicy_vndr: legacy: Allow qti_init_shell to set proc_watermark_scale_factor
Change-Id: I5e59fd91e723df95224e5738295c2b8007f6f053
-rw-r--r-- | legacy/vendor/common/init_shell.te | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/legacy/vendor/common/init_shell.te b/legacy/vendor/common/init_shell.te index 9fe9657d..2cfef7fe 100644 --- a/legacy/vendor/common/init_shell.te +++ b/legacy/vendor/common/init_shell.te @@ -277,3 +277,5 @@ allow qti_init_shell sysfs_android_usb:file rw_file_perms; # allow read permisison for hvdcp_opti properties get_prop(qti_init_shell, hvdcp_opti_prop) + +allow qti_init_shell proc_watermark_scale_factor:file rw_file_perms; |