Searched refs:dhcp (Results 1 – 25 of 42) sorted by relevance
12
1 type dhcp, domain;4 net_domain(dhcp)6 allow dhcp cgroup:dir { create write add_name };7 allow dhcp self:capability { setgid setuid net_admin net_raw net_bind_service };8 allow dhcp self:packet_socket create_socket_perms_no_ioctl;9 allow dhcp self:netlink_route_socket nlmsg_write;10 allow dhcp shell_exec:file rx_file_perms;11 allow dhcp system_file:file rx_file_perms;12 not_full_treble(`allow dhcp vendor_file:file rx_file_perms;')15 allow dhcp toolbox_exec:file rx_file_perms;[all …]
8 # TODO: Run with dhcp group to avoid need for dac_override.
163 # /data/misc/dhcp and /data/misc/dhcp-6.8.2
161 # /data/misc/dhcp and /data/misc/dhcp-6.8.2
1 type dhcp, domain;4 net_domain(dhcp)6 allow dhcp cgroup:dir { create write add_name };7 allow dhcp self:global_capability_class_set { setgid setuid net_admin net_raw net_bind_service };8 allow dhcp self:packet_socket create_socket_perms_no_ioctl;9 allow dhcp self:netlink_route_socket nlmsg_write;10 allow dhcp shell_exec:file rx_file_perms;11 allow dhcp system_file:file rx_file_perms;12 not_full_treble(`allow dhcp vendor_file:file rx_file_perms;')15 allow dhcp toolbox_exec:file rx_file_perms;[all …]
283 # /data/misc/dhcp and /data/misc/dhcp-6.8.2
217 # /data/misc/dhcp and /data/misc/dhcp-6.8.2
1 typeattribute dhcp coredomain;2 typeattribute dhcp domain_deprecated;4 init_daemon_domain(dhcp)5 type_transition dhcp system_data_file:{ dir file } dhcp_data_file;
29 dhcp. u:object_r:dhcp_prop:s030 dhcp.bt-pan.result u:object_r:pan_result_prop:s0
1 typeattribute dhcp coredomain;3 init_daemon_domain(dhcp)4 type_transition dhcp system_data_file:{ dir file } dhcp_data_file;
30 dhcp. u:object_r:dhcp_prop:s031 dhcp.bt-pan.result u:object_r:pan_result_prop:s0
163 struct dhcp_msg dhcp; in receive_packet() member253 memcpy(msg, &packet.dhcp, dhcp_size); in receive_packet()