mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-02-01 07:15:40 +00:00
stone: sepolicy: fix fastcharge denial warning
W fastcharge@1.0-: type=1400 audit(0.0:74): avc: denied { execute_no_trans } for path="/vendor/bin/sh" dev="dm-3" ino=269 scontext=u:r:hal_lineage_fastcharge_default:s0 tcontext=u:object_r:vendor_shell_exec:s0 tclass=file permissive=0
Signed-off-by: Arijit78 <sahaarijit2007@gmail.com>
This commit is contained in:
@@ -7,3 +7,5 @@ allow hal_lineage_fastcharge_default sysfs_battery_supply:file rw_file_perms;
|
||||
|
||||
allow hal_lineage_fastcharge_default vendor_sysfs_battery_supply:dir search;
|
||||
allow hal_lineage_fastcharge_default vendor_sysfs_battery_supply:file rw_file_perms;
|
||||
|
||||
allow hal_lineage_fastcharge_default vendor_shell_exec:file execute_no_trans;
|
||||
|
||||
Reference in New Issue
Block a user