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