1type init_eth0, domain; 2type init_eth0_exec, system_file_type, exec_type, file_type; 3 4init_daemon_domain(init_eth0) 5 6allow init_eth0 self:capability { net_admin net_raw }; 7allow init_eth0 self:udp_socket { create ioctl }; 8allowxperm init_eth0 self:udp_socket ioctl priv_sock_ioctls; 9allow init_eth0 shell_exec:file { execute getattr read }; 10allow init_eth0 toolbox_exec:file { execute execute_no_trans getattr open read }; 11