19 lines
837 B
Plaintext
19 lines
837 B
Plaintext
|
# DHCP client
|
||
|
type dhcpclient, domain;
|
||
|
type dhcpclient_exec, exec_type, vendor_file_type, file_type;
|
||
|
|
||
|
init_daemon_domain(dhcpclient)
|
||
|
net_domain(dhcpclient)
|
||
|
|
||
|
set_prop(dhcpclient, vendor_net_wlan0_prop);
|
||
|
set_prop(dhcpclient, vendor_net_eth0_prop);
|
||
|
allow dhcpclient self:capability { net_admin net_raw sys_module };
|
||
|
allow dhcpclient self:netlink_route_socket { ioctl write nlmsg_write };
|
||
|
allow dhcpclient varrun_file:dir search;
|
||
|
allow dhcpclient self:packet_socket { create bind write read };
|
||
|
allowxperm dhcpclient self:netlink_route_socket ioctl { SIOCGIFFLAGS
|
||
|
SIOCSIFFLAGS
|
||
|
SIOCSIFMTU
|
||
|
SIOCGIFINDEX
|
||
|
SIOCGIFHWADDR };
|