Closed melontini closed 9 months ago
There appear to be some missing SELinux rules. Currently, I work around this using magiskpolicy and this command:
magiskpolicy
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 :)
if it aint broke dont fix it :)
There appear to be some missing SELinux rules. Currently, I work around this using
magiskpolicy
and this command:I'm not sure if this affects functionality in any way, just slightly annoying while reading logs :)