mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_stone
synced 2026-01-27 16:47:35 +00:00
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:
1
sepolicy/private/dontaudit.te
Normal file
1
sepolicy/private/dontaudit.te
Normal file
@@ -0,0 +1 @@
|
||||
dontaudit odrefresh odrefresh:capability kill;
|
||||
2
sepolicy/vendor/dontaudit.te
vendored
2
sepolicy/vendor/dontaudit.te
vendored
@@ -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;
|
||||
Reference in New Issue
Block a user