sdm710-common: sepolicy: Add SELinux policy for flags_health_check
flags_health_ch: type=1400 audit(0.0:192095): avc: denied { open } for path=/dev/__properties__/u:object_r:aac_drc_prop:s0 dev=tmpfs ino=14629 scontext=u:r:flags_health_check:s0 tcontext=u:object_r:aac_drc_prop:s0 tclass=file permissive=1 avc: denied { getattr } for path=/dev/__properties__/u:object_r:aac_drc_prop:s0 dev=tmpfs ino=14629 scontext=u:r:flags_health_check:s0 tcontext=u:object_r:aac_drc_prop:s0 tclass=file permissive=1 avc: denied { open } for path=/dev/__properties__/u:object_r:ab_update_gki_prop:s0 dev=tmpfs ino=14631 scontext=u:r:flags_health_check:s0 tcontext=u:object_r:ab_update_gki_prop:s0 tclass=file permissive=1 avc: denied { open } for path=/dev/__properties__/u:object_r:adbd_config_prop:s0 dev=tmpfs ino=14632 scontext=u:r:flags_health_check:s0 tcontext=u:object_r:adbd_config_prop:s0 tclass=file permissive=1 avc: denied { getattr } for path=/dev/__properties__/u:object_r:adbd_config_prop:s0 dev=tmpfs ino=14632 scontext=u:r:flags_health_check:s0 tcontext=u:object_r:adbd_config_prop:s0 tclass=file permissive=1 Signed-off-by: Mikazuuu07 <irfn4566@gmail.com> Signed-off-by: wulan17 <galihgustip@gmail.com>
This commit is contained in:
parent
17e45ddf64
commit
c7fb8c20d2
1 changed files with 4 additions and 0 deletions
4
sepolicy/private/flags_health_check.te
Normal file
4
sepolicy/private/flags_health_check.te
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
allow flags_health_check aac_drc_prop:file r_file_perms;
|
||||||
|
allow flags_health_check ab_update_gki_prop:file r_file_perms;
|
||||||
|
allow flags_health_check adbd_config_prop:file r_file_perms;
|
||||||
|
allow flags_health_check ctl_adbd_prop:file r_file_perms;
|
Loading…
Reference in a new issue