Skip to content
Snippets Groups Projects
Commit 6ce1eb34 authored by Philip Cuadra's avatar Philip Cuadra Committed by android-build-merger
Browse files

Merge "Add CAP_IPC_LOCK and pinner to system_server" into nyc-dev

am: 95fd3816

* commit '95fd3816':
  Add CAP_IPC_LOCK and pinner to system_server

Change-Id: I3e87c17a0b1fc084499f94e1f8fff4bfdb098238
parents 47f24632 95fd3816
No related branches found
No related tags found
No related merge requests found
......@@ -83,6 +83,7 @@ type otadexopt_service, system_server_service, service_manager_type;
type package_service, app_api_service, system_server_service, service_manager_type;
type permission_service, app_api_service, system_server_service, service_manager_type;
type persistent_data_block_service, system_api_service, system_server_service, service_manager_type;
type pinner_service, system_server_service, service_manager_type;
type power_service, app_api_service, system_server_service, service_manager_type;
type print_service, app_api_service, system_server_service, service_manager_type;
type processinfo_service, system_server_service, service_manager_type;
......
......@@ -99,6 +99,7 @@ phone_msim u:object_r:radio_service:s0
phone1 u:object_r:radio_service:s0
phone2 u:object_r:radio_service:s0
phone u:object_r:radio_service:s0
pinner u:object_r:pinner_service:s0
power u:object_r:power_service:s0
print u:object_r:print_service:s0
processinfo u:object_r:processinfo_service:s0
......
......@@ -46,6 +46,7 @@ bluetooth_domain(system_server)
# These are the capabilities assigned by the zygote to the
# system server.
allow system_server self:capability {
ipc_lock
kill
net_admin
net_bind_service
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment