1 # adbd seclabel is specified in init.rc since
2 # it lives in the rootfs and has no unique file type.
3 type adbd, domain;
4 permissive adbd;
5 unconfined_domain(adbd)
6 domain_auto_trans(adbd, shell_exec, shell)
7 # this is an entrypoint
8 allow adbd rootfs:file entrypoint;
9