Merge "Ignore access to /proc/pagetypeinfo for Settings" into main
This commit is contained in:
commit
8c225b0c73
1 changed files with 2 additions and 1 deletions
|
@ -118,7 +118,8 @@ dontaudit system_app {
|
|||
# suppress denials caused by debugfs_tracing
|
||||
dontaudit system_app debugfs_tracing:file rw_file_perms;
|
||||
|
||||
# Ignore access to zram when Debug.getMemInfo is called.
|
||||
# Ignore access to memory properties for Settings.
|
||||
dontaudit system_app proc_pagetypeinfo:file r_file_perms;
|
||||
dontaudit system_app sysfs_zram:dir search;
|
||||
|
||||
allow system_app keystore:keystore2_key {
|
||||
|
|
Loading…
Reference in a new issue