summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuallenauge <Hamsi2k@freenet.de>2022-11-10 21:26:58 +0100
committeralk3pInjection <webmaster@raspii.tech>2023-06-13 14:14:52 +0800
commitd83e1152a853638bb002c8a4db913c8152a97e0c (patch)
tree6c2632941b30426a79b68226e24ae2e91a2d3a21
parentb89832392cf5a5349d36a09c6c2b8e2b5ccffa78 (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.te2
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;