diff options
| author | ReallySnow <reallysnow233@gmail.com> | 2021-07-07 17:53:43 +0000 |
|---|---|---|
| committer | nebrassy <nebras30@gmail.com> | 2021-09-14 14:00:22 +0200 |
| commit | dce6aa15be89507797da552bfd993391e299c951 (patch) | |
| tree | 2c291fdea1afd678082f45412cee640c6b55257c | |
| parent | 54e11c69f5e0a1865af897d07c0e134c2c51d2dc (diff) | |
sepolicy: Add exTHmUI custom setprop ruler11.1
* This commit is a follow up of:
1. Zygote: hook Apps for status bar lyric
2. base: unhide flags used for status bar lyric
* This rule has been tested and resulted bootable.
* Along with other commits resulted usable in
netease music. (Version 8.2.51)
Signed-Off-By: ReallySnow <reallysnow233@gmail.com>
Tested-By: stic-server-open <1138705738@qq.com>
Tested-By: SakuraiLH <hikarilh@foxmail.com>
Change-Id: I8bee49ad9e16d1bd759fe21524d90ff71e27d2a1
Reviewed-on: https://review.exthmui.cn/c/android_device_lineage_sepolicy/+/1035
Tested-by: Chiaki <hikarilh@foxmail.com>
Reviewed-by: Chiaki <hikarilh@foxmail.com>
Signed-off-by: Stallix <joey@evolution-x.org>
Signed-off-by: DennySPb <dennyspb@gmail.com>
| -rw-r--r-- | common/private/platform_app.te | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/private/platform_app.te b/common/private/platform_app.te index 44e447d..09ff0f5 100644 --- a/common/private/platform_app.te +++ b/common/private/platform_app.te @@ -2,3 +2,6 @@ allow platform_app ota_package_file:dir { read open search }; allow platform_app vendor_sysfs_dc_dim:file rw_file_perms; + +# Allow exTHmUI's custom properties to be changed +allow platform_app system_prop:property_service set; |
