android13/system/sepolicy/prebuilts/api/28.0/private/cppreopts.te

7 lines
237 B
Plaintext

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