1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00
freebsd/usr.sbin/jail
Jamie Gritton 52a510ace9 Encapsulate SYSV IPC objects in jails. Define per-module parameters
sysvmsg, sysvsem, and sysvshm, with the following bahavior:

inherit: allow full access to the IPC primitives.  This is the same as
the current setup with allow.sysvipc is on.  Jails and the base system
can see (and moduly) each other's objects, which is generally considered
a bad thing (though may be useful in some circumstances).

disable: all no access, same as the current setup with allow.sysvipc off.

new: A jail may see use the IPC objects that it has created.  It also
gets its own IPC key namespace, so different jails may have their own
objects using the same key value.  The parent jail (or base system) can
see the jail's IPC objects, but not its keys.

PR:		48471
Submitted by:	based on work by kikuchan98@gmail.com
MFC after:	5 days
2016-04-25 17:06:50 +00:00
..
command.c Make jail(8) interpret escape codes in fstab the same as getfsent(3). 2016-04-25 03:24:48 +00:00
config.c Don't bother checking an ip[46].addr netmask/prefixlen. This is already 2016-01-16 22:32:57 +00:00
jail.8 Encapsulate SYSV IPC objects in jails. Define per-module parameters 2016-04-25 17:06:50 +00:00
jail.c Add mount.procfs jail parameter, so procfs can be mounted when a prison's 2015-02-06 17:54:53 +00:00
jail.conf.5 Remove man page references to rndassociates.com, which has been taken over 2016-02-10 14:48:49 +00:00
jaillex.l
jailp.h Fix a ton of speelling errors 2015-10-21 05:37:09 +00:00
jailparse.y Fix a ton of speelling errors 2015-10-21 05:37:09 +00:00
Makefile Add a package for jail(8) and related utilities. 2016-01-20 17:07:13 +00:00
Makefile.depend DIRDEPS_BUILD: Regenerate without local dependencies. 2016-02-24 17:20:11 +00:00
state.c In preparation for using clang's -Wcast-qual: 2014-11-25 21:01:08 +00:00