sm6375-common: sepolicy: Don't audit odrefresh to killing process

07-07 10:07:50.071   754   754 I auditd  : type=1400 audit(0.0:9): avc: denied { kill } for comm="odrefresh" capability=5 scontext=u:r:odrefresh:s0 tcontext=u:r:odrefresh:s0 tclass=capability permissive=0
This commit is contained in:
Andy | アンディ
2023-09-06 19:41:03 +08:00
parent f3a447da69
commit 2cf7bb4e17
2 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1 @@
dontaudit odrefresh odrefresh:capability kill;

View File

@@ -5,4 +5,4 @@ dontaudit {
# Apps are no longer allowed open access to /dev/ashmem, unless they
# target API level < Q.
dontaudit untrusted_app ashmem_device:chr_file open;
dontaudit untrusted_app ashmem_device:chr_file open;