blob: d495d5473583f56dada88cd2e4eecc4caed2b5de [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)
Sandeep Patil137a13d2016-12-15 12:36:45 -08008domain_trans(init, rootfs, healthd)
dcashmancc39f632016-07-22 13:13:11 -07009domain_trans(init, rootfs, slideshow)
10recovery_only(`
11 domain_trans(init, rootfs, recovery)
12')
13domain_trans(init, shell_exec, shell)
14domain_trans(init, init_exec, ueventd)
15domain_trans(init, init_exec, watchdogd)
16# case where logpersistd is actually logcat -f in logd context (nee: logcatd)
17userdebug_or_eng(`
Mark Salyzynda62cb42016-08-10 11:10:02 -070018 domain_auto_trans(init, logcat_exec, logpersist)
dcashmancc39f632016-07-22 13:13:11 -070019')