23 lines
458 B
Plaintext
23 lines
458 B
Plaintext
|
#DESC PXE - a server for the PXE network boot protocol
|
||
|
#
|
||
|
# Author: Russell Coker <russell@coker.com.au>
|
||
|
# X-Debian-Packages: pxe
|
||
|
#
|
||
|
|
||
|
#################################
|
||
|
#
|
||
|
# Rules for the pxe_t domain.
|
||
|
#
|
||
|
daemon_domain(pxe)
|
||
|
|
||
|
type pxe_port_t, port_type;
|
||
|
allow pxe_t pxe_port_t:udp_socket name_bind;
|
||
|
|
||
|
allow pxe_t etc_t:file { getattr read };
|
||
|
|
||
|
allow pxe_t self:capability { chown setgid setuid };
|
||
|
|
||
|
allow pxe_t zero_device_t:chr_file rw_file_perms;
|
||
|
|
||
|
log_domain(pxe)
|