You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
405 B
12 lines
405 B
4 months ago
|
# adbd seclabel is specified in init.rc since
|
||
|
# it lives in the rootfs and has no unique file type.
|
||
|
type adbd, domain;
|
||
|
type adbd_exec, exec_type, file_type, system_file_type;
|
||
|
|
||
|
# Only init is allowed to enter the adbd domain via exec()
|
||
|
neverallow { domain -init } adbd:process transition;
|
||
|
neverallow * adbd:process dyntransition;
|
||
|
|
||
|
# Allow adbd start/stop mdnsd via ctl.start
|
||
|
set_prop(adbd, ctl_mdnsd_prop)
|