Skip to content
Snippets Groups Projects
Commit 6d53efcf authored by David Anderson's avatar David Anderson Committed by Sandeep Patil
Browse files

sepolicy for gsid


Bug: 122556707
Test: gsid starts
Change-Id: Ib05ddb79051436f51cd236de04027a3b12ee87a9
Signed-off-by: default avatarSandeep Patil <sspatil@google.com>
parent f0dd63db
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,9 @@ ...@@ -35,6 +35,9 @@
flags_health_check_exec flags_health_check_exec
fwk_bufferhub_hwservice fwk_bufferhub_hwservice
fwk_stats_hwservice fwk_stats_hwservice
gsi_service
gsid
gsid_exec
color_display_service color_display_service
hal_atrace_hwservice hal_atrace_hwservice
hal_face_hwservice hal_face_hwservice
......
...@@ -310,6 +310,7 @@ ...@@ -310,6 +310,7 @@
/system/bin/wait_for_keymaster u:object_r:wait_for_keymaster_exec:s0 /system/bin/wait_for_keymaster u:object_r:wait_for_keymaster_exec:s0
/system/bin/watchdogd u:object_r:watchdogd_exec:s0 /system/bin/watchdogd u:object_r:watchdogd_exec:s0
/system/bin/apexd u:object_r:apexd_exec:s0 /system/bin/apexd u:object_r:apexd_exec:s0
/system/bin/gsid u:object_r:gsid_exec:s0
############################# #############################
# Vendor files # Vendor files
......
# gsid - Manager for GSI Installation
type gsid, domain;
type gsid_exec, exec_type, file_type, system_file_type;
typeattribute gsid coredomain;
init_daemon_domain(gsid)
binder_use(gsid)
add_service(gsid, gsi_service)
type gsi_service, service_manager_type;
type stats_service, service_manager_type; type stats_service, service_manager_type;
type statscompanion_service, system_server_service, service_manager_type; type statscompanion_service, system_server_service, service_manager_type;
...@@ -10,6 +10,7 @@ android.service.gatekeeper.IGateKeeperService u:object_r:gatekeeper_service:s ...@@ -10,6 +10,7 @@ android.service.gatekeeper.IGateKeeperService u:object_r:gatekeeper_service:s
app_binding u:object_r:app_binding_service:s0 app_binding u:object_r:app_binding_service:s0
app_prediction u:object_r:app_prediction_service:s0 app_prediction u:object_r:app_prediction_service:s0
apexservice u:object_r:apex_service:s0 apexservice u:object_r:apex_service:s0
gsiservice u:object_r:gsi_service:s0
appops u:object_r:appops_service:s0 appops u:object_r:appops_service:s0
appwidget u:object_r:appwidget_service:s0 appwidget u:object_r:appwidget_service:s0
assetatlas u:object_r:assetatlas_service:s0 assetatlas u:object_r:assetatlas_service:s0
......
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