4ab05b94d3
get_prop(domain, vendor_default_prop) expands to allow rules that AOSP's neverallow at public/property.te:353 blocks for all system/app domains. Switch to dontaudit to suppress the log spam without an allow rule.
3 lines
102 B
Plaintext
3 lines
102 B
Plaintext
gpu_access(system_server)
|
|
dontaudit system_server vendor_default_prop:file { read open getattr map };
|