ahnet-69 / treble_evo

Patches to build Evolution-X as Trebbledroid GSI.
34 stars 8 forks source link

`surfaceflinger` and `system_server` `getattr` denied log spam #7

Closed melontini closed 9 months ago

melontini commented 9 months ago

There appear to be some missing SELinux rules. Currently, I work around this using magiskpolicy and this command:

magiskpolicy --live "allow { surfaceflinger } * { process } { getattr }"
magiskpolicy --live "allow { system_server } * { process } { getattr }"

I'm not sure if this affects functionality in any way, just slightly annoying while reading logs :)

ahnet-69 commented 9 months ago

if it aint broke dont fix it :)