platform_system_sepolicy/public/adbd.te

9 lines
329 B
Text
Raw Normal View History

2012-01-04 18:33:27 +01:00
# 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;