Searched refs:gsid (Results 1 – 19 of 19) sorted by relevance
/system/sepolicy/prebuilts/api/29.0/private/ |
D | gsid.te | 1 # gsid - Manager for GSI Installation 3 type gsid, domain; 5 typeattribute gsid coredomain; 7 init_daemon_domain(gsid) 9 binder_use(gsid) 10 binder_service(gsid) 11 add_service(gsid, gsi_service) 12 set_prop(gsid, gsid_prop) 15 allow gsid dm_device:chr_file rw_file_perms; 16 allow gsid dm_device:blk_file rw_file_perms; [all …]
|
D | property_contexts | 134 # Restrict access to starting/stopping gsid. 135 ctl.start$gsid u:object_r:ctl_gsid_prop:s0 136 ctl.stop$gsid u:object_r:ctl_gsid_prop:s0 137 ctl.restart$gsid u:object_r:ctl_gsid_prop:s0 194 gsid. u:object_r:gsid_prop:s0 195 ro.gsid. u:object_r:gsid_prop:s0
|
D | domain.te | 307 -gsid
|
D | file_contexts | 326 /system/bin/gsid u:object_r:gsid_exec:s0
|
D | system_server.te | 634 # Read gsid.image_running.
|
/system/sepolicy/private/ |
D | gsid.te | 1 # gsid - Manager for GSI Installation 3 type gsid, domain; 5 typeattribute gsid coredomain; 7 init_daemon_domain(gsid) 9 binder_use(gsid) 10 binder_service(gsid) 11 add_service(gsid, gsi_service) 12 set_prop(gsid, gsid_prop) 15 allow gsid dm_device:chr_file rw_file_perms; 16 allow gsid dm_device:blk_file rw_file_perms; [all …]
|
D | property_contexts | 134 # Restrict access to starting/stopping gsid. 135 ctl.start$gsid u:object_r:ctl_gsid_prop:s0 136 ctl.stop$gsid u:object_r:ctl_gsid_prop:s0 137 ctl.restart$gsid u:object_r:ctl_gsid_prop:s0 194 gsid. u:object_r:gsid_prop:s0 195 ro.gsid. u:object_r:gsid_prop:s0
|
D | domain.te | 307 -gsid
|
D | file_contexts | 326 /system/bin/gsid u:object_r:gsid_exec:s0
|
D | system_server.te | 634 # Read gsid.image_running.
|
/system/gsid/ |
D | gsi_tool.cpp | 44 static int Disable(sp<IGsiService> gsid, int argc, char** argv); 45 static int Enable(sp<IGsiService> gsid, int argc, char** argv); 46 static int Install(sp<IGsiService> gsid, int argc, char** argv); 47 static int Wipe(sp<IGsiService> gsid, int argc, char** argv); 48 static int WipeData(sp<IGsiService> gsid, int argc, char** argv); 49 static int Status(sp<IGsiService> gsid, int argc, char** argv); 50 static int Cancel(sp<IGsiService> gsid, int argc, char** argv); 94 explicit ProgressBar(sp<IGsiService> gsid) : gsid_(gsid) {} in ProgressBar() argument 206 static int Install(sp<IGsiService> gsid, int argc, char** argv) { in Install() argument 261 gsid->isGsiRunning(&running_gsi); in Install() [all …]
|
D | gsid.rc | 1 service gsid /system/bin/gsid 15 exec_background - root root -- /system/bin/gsid run-startup-tasks
|
D | Android.bp | 56 name: "gsid", 65 "gsid.rc",
|
/system/sepolicy/private/compat/28.0/ |
D | 28.0.ignore.cil | 62 gsid
|
/system/sepolicy/prebuilts/api/29.0/private/compat/28.0/ |
D | 28.0.ignore.cil | 62 gsid
|
/system/sepolicy/public/ |
D | shell.te | 81 # Allow shell to start/stop gsid via ctl.start|stop|restart gsid.
|
D | device.te | 110 # separate device node. gsid, however, accesses the original devide node
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | shell.te | 81 # Allow shell to start/stop gsid via ctl.start|stop|restart gsid.
|
D | device.te | 110 # separate device node. gsid, however, accesses the original devide node
|