12345678910111213141516171819202122232425262728 |
- type art_apex_boot_integrity, domain, coredomain;
- type art_apex_boot_integrity_exec, system_file_type, exec_type, file_type;
- init_daemon_domain(art_apex_boot_integrity)
- allow art_apex_boot_integrity dalvikcache_data_file:dir { r_dir_perms write remove_name };
- allow art_apex_boot_integrity dalvikcache_data_file:file { r_file_perms unlink };
- allow art_apex_boot_integrity shell_exec:file rx_file_perms;
- allow art_apex_boot_integrity toolbox_exec:file rx_file_perms;
- allow art_apex_boot_integrity system_file:file execute_no_trans;
- allowxperm art_apex_boot_integrity dalvikcache_data_file:file ioctl {
- FS_IOC_ENABLE_VERITY FS_IOC_MEASURE_VERITY
- };
|