Enforce system_server and remove obsolete denials

Bug: 261519050
Bug: 262455682
Bug: 264489786
Test: boot to home and avc gone
Change-Id: I0a51e029a85af0a77faebfdcfe0b4dc26b71cca6
This commit is contained in:
Wilson Sung 2023-02-16 13:27:39 +08:00
parent c43a6186bf
commit 3432cc6b0b

View file

@ -1,9 +0,0 @@
# b/261519050
dontaudit system_server con_monitor_app:binder { call };
dontaudit system_server con_monitor_app:binder { transfer };
# b/262455682
dontaudit system_server con_monitor_app:process { setsched };
# b/264489786
userdebug_or_eng(`
permissive system_server;
')