blob: 71960d3dab013b70fae7aa31978c62aaaba8986a [file] [log] [blame]
satayevafc97912021-03-19 11:08:49 +00001
2# Domain for derive_classpath
3type derive_classpath, domain, coredomain;
4type derive_classpath_exec, system_file_type, exec_type, file_type;
5init_daemon_domain(derive_classpath)
6
7# Create /data/system/environ/classpath file
8allow derive_classpath environ_system_data_file:dir rw_dir_perms;
9allow derive_classpath environ_system_data_file:file create_file_perms;
10
11# b/183079517 fails on gphone targets otherwise
12allow derive_classpath unlabeled:dir search;