Samiul Islam | 9237163 | 2021-10-08 12:35:22 +0100 | [diff] [blame^] | 1 | # Exclusive domain for apexd calling into derive_classpath binary |
2 | type apexd_derive_classpath, domain, coredomain; | ||||
3 | |||||
4 | # Allow the binary to write into output file at location /apex/derive_classpath_temp | ||||
5 | allow apexd_derive_classpath apexd:fd use; | ||||
6 | allow apexd_derive_classpath apex_mnt_dir:file { write open }; | ||||
7 | # Allow the binary to log using logwrap | ||||
8 | allow apexd_derive_classpath apexd_devpts:chr_file { read write }; | ||||
9 |