freebsd-dev/usr.sbin/jail
Christian S.J. Peron 8bac4dbf71 Add a warning note to security.jail.allow_raw_sockets
about the risks of enabling raw sockets in prisons.

Because raw sockets can be used to configure and interact
with various network subsystems, extra caution should be
used where privileged access to jails is given out to
untrusted parties. As such, by default this option is disabled.

A few others and I are currently auditing the kernel
source code to ensure that the use of raw sockets by
privledged prison users is safe.

Approved by:	bmilekic (mentor)
2004-06-01 00:25:44 +00:00
..
jail.8 Add a warning note to security.jail.allow_raw_sockets 2004-06-01 00:25:44 +00:00
jail.c o Implement -U flag: run command as user which exists only in jail. 2004-05-29 18:39:27 +00:00
Makefile o Add -u <username> flag to jail(8): set user context before exec. 2003-03-27 12:16:58 +00:00