Home | History | Annotate | Download | only in selinux

Lines Matching full:domain

42   <li>Assign a domain to any process spawned as an <code>init</code> service
76 using a permissive declaration in the domain's .te file.
77 <li>Analyze results and refine your domain definitions.
106 allow domain null_device:chr_file { getattr open read ioctl lock append write};
109 allow domain zero_device:chr_file { getattr open read ioctl lock };
117 allow domain null_device:chr_file rw_file_perms;
120 allow domain zero_device:chr_file r_file_perms;
128 type dhcp, domain;
161 security policy (<code>domain</code>). From the previous statement examples, we know DHCP can read from and write
164 <p>In the second line, DHCP is identified as a permissive domain.</p>
168 <p>In the <code>net_domain(dhcp)</code> line, the policy allows DHCP to use common network functionality from the <code>net</code> domain such as reading and writing TCP packets, communicating over sockets, and conducting DNS requests.</p>