pa: selinux: Introduce Applock [3/3]

Change-Id: I92532e5d5ed33cced5583b7fda19327787234af7
This commit is contained in:
rituj 2021-02-21 16:48:50 -03:00 committed by Alexander Koskovich
parent ede2164bc8
commit f5b06273d3
3 changed files with 9 additions and 0 deletions

View File

@ -1,2 +1,5 @@
# App Lock
type applock_service, system_api_service, system_server_service, service_manager_type;
# DC Dimming
type dc_dimming_service, system_api_service, system_server_service, service_manager_type;

View File

@ -1,3 +1,6 @@
# App Lock
applock u:object_r:applock_service:s0
# DC Dimming
dc_dim_service u:object_r:dc_dimming_service:s0

View File

@ -1,3 +1,6 @@
# App Lock
add_service(system_server, applock_service);
# FOD
hal_client_domain(system_server, vendor_fod)