platform_system_sepolicy/prebuilts/api/26.0/private/cppreopts.te

7 lines
237 B
Text
Raw Normal View History

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);