1# TODO(b/65201432): Switch into enforcing mode once execmem issue due to OpenGL is resolved. Also 2# remove the corresponding dontaudit. 3# The current (at the time of writing) implementation of OpenGL needs to create executable memory. 4# Unfortunately, we cannot grant execmem power using an allow rule because global policy 5# (system/sepolicy) contains a corresponding neverallow which would cause build-time errors if the 6# allow execmem rule were added here. 7permissive system_server; 8