blob: c2354548b093d446c64dd53cc36219d4a6b48d5c [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)
7domain_trans(init, rootfs, healthd)
8domain_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')