123456789101112131415161718192021222324252627 |
- type cppreopts, domain, mlstrustedsubject, coredomain;
- type cppreopts_exec, system_file_type, exec_type, file_type;
- init_daemon_domain(cppreopts)
- domain_auto_trans(cppreopts, preopt2cachename_exec, preopt2cachename);
- allow cppreopts dalvikcache_data_file:dir { add_name remove_name search write };
- allow cppreopts dalvikcache_data_file:file { create getattr open read rename write unlink };
- allow cppreopts shell_exec:file rx_file_perms;
- allow cppreopts system_file:dir { open read };
- allow cppreopts toolbox_exec:file rx_file_perms;
|