Skip to content
Snippets Groups Projects
Commit 8393d4b8 authored by Nick Kralevich's avatar Nick Kralevich
Browse files

DO NOT MERGE: remove duplicate rules.

klp-modular-dev-plus-aosp has duplicate SELinux rules in
system_server, which don't appear in AOSP or master. Delete
those duplicate rules, as they just make resolving merge
conflicts more difficult.

Change-Id: I0eaae453b887d08bddf16f963cef4c099fe2e9a6
parent 5892d336
No related branches found
No related tags found
No related merge requests found
......@@ -67,9 +67,6 @@ allow system_server self:netlink_kobject_uevent_socket create_socket_perms;
# Use generic netlink sockets.
allow system_server self:netlink_socket create_socket_perms;
# Use generic netlink sockets.
allow system_server self:netlink_socket create_socket_perms;
# Kill apps.
allow system_server appdomain:process { sigkill signal };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment