1 type dhcp, domain; 2 permissive dhcp; 3 type dhcp_exec, exec_type, file_type; 4 type dhcp_data_file, file_type, data_file_type; 5 type dhcp_system_file, file_type, data_file_type; 6 7 init_daemon_domain(dhcp) 8 net_domain(dhcp) 9 unconfined_domain(dhcp) 10 11 type_transition dhcp system_data_file:{ dir file } dhcp_data_file; 12