allwinner_a64/android/system/sepolicy/prebuilts/api/26.0/private/cppreopts.te
2018-08-08 17:48:24 +08:00

6 lines
237 B
Text

typeattribute cppreopts coredomain;
# Technically not a daemon but we do want the transition from init domain to
# cppreopts to occur.
init_daemon_domain(cppreopts)
domain_auto_trans(cppreopts, preopt2cachename_exec, preopt2cachename);