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:
kamikaonashi
2024-05-12 15:50:44 +02:00
committed by Arijit78
parent 9895916d6b
commit df8ffa36ab

View File

@@ -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;