View | Details | Raw Unified | Return to bug 96807
Collapse All | Expand All

(-)jail.8 (+10 lines)
Lines 536-541 Link Here
536
privileged, and may manipulate system file flags subject to the usual
536
privileged, and may manipulate system file flags subject to the usual
537
constraints on
537
constraints on
538
.Va kern.securelevel .
538
.Va kern.securelevel .
539
.It Va security.jail.jailed
540
The read-only variable can be used to determine if a process is running inside a jail (value
541
is one) or not (value is zero).
542
.It Va security.jail.list
543
This MIB entry is read-only and it returns an array of 
544
struct xprison defined in 
545
.In sys/jail.h .
546
It is recommended to use the
547
.Xr jls 8
548
utility to see current active list of jails.
539
.El
549
.El
540
.Pp
550
.Pp
541
There are currently two MIB related variables that have per-jail settings.
551
There are currently two MIB related variables that have per-jail settings.

Return to bug 96807