blob: c0e3d5f7e0359ba82e72426fea2fac9fa0305167 [file] [log] [blame]
dcashmancc39f632016-07-22 13:13:11 -07001# type_transition must be private policy the domain_trans rules could stay
2# public, but conceptually should go with this
3tmpfs_domain(init)
4
5# Transitions to seclabel processes in init.rc
6domain_trans(init, rootfs, adbd)
Sandeep Patildc082452016-11-01 13:49:10 -07007domain_trans(init, rootfs, charger)
dcashmancc39f632016-07-22 13:13:11 -07008domain_trans(init, rootfs, slideshow)
9recovery_only(`
10 domain_trans(init, rootfs, recovery)
11')
12domain_trans(init, shell_exec, shell)
13domain_trans(init, init_exec, ueventd)
14domain_trans(init, init_exec, watchdogd)
15# case where logpersistd is actually logcat -f in logd context (nee: logcatd)
16userdebug_or_eng(`
17 domain_auto_trans(init, logcat_exec, logd)
18')