selinux-policy/strict/domains/program/unused/pxe.te
2005-09-12 21:40:56 +00:00

22 lines
430 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)
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)