Files
pawlet_rpi5/sepolicy/system_server.te
T
oxmc 4ab05b94d3 sepolicy: use dontaudit for vendor_default_prop; allow rules violated neverallow
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.
2026-06-09 22:40:39 -07:00

3 lines
102 B
Plaintext

gpu_access(system_server)
dontaudit system_server vendor_default_prop:file { read open getattr map };