Lines Matching +full:super +full:- +full:set

1 .\" Copyright (c) 1999 Poul-Henning Kamp.
64 .Bd -literal -offset indent
84 pointer should be set to the directory which is to be the root of the
89 pointer can be set to the hostname of the prison.
109 pointers can be set to an arrays of IPv4 and IPv6 addresses to be assigned to
130 Jail parameters are passed as an array of name-value pairs in the array
135 Parameter names are a null-terminated string, and values may be strings,
138 but are set by the name alone with or without a
144 Any parameters not set will be given default values, generally based on
147 Jails have a set of core parameters, and modules can add their own jail
149 The current set of available parameters, and their formats, can be
167 .Bl -tag -width indent
186 are set, a jail will be created if it does not yet exist, and modified if it
224 system call retrieves jail parameters, using the same name-value list as
250 .Bl -tag -width indent
298 flags set.
319 flags set.
349 return a non-negative integer, termed the jail identifier (JID).
350 They return \-1 on failure, and set
354 .Rv -std jail_attach jail_remove jail_attach_jd jail_remove_jd
360 .Bl -tag -width Er
363 the super-user, or because it would exceed the jail's
379 .Bl -tag -width Er
382 the super-user, or because it would exceed the jail's
388 parameter was created by a user other than the super-user,
391 flag was set.
393 A jail parameter was set to a less restrictive value then the current
406 flag is not set.
423 flag is not set.
429 A supplied string parameter is not null-terminated.
437 flags is not set.
449 flag set,
458 flag set,
466 .Bl -tag -width Er
486 .Pq even if the Dv JAIL_CREATE flag has been set .
492 A supplied string parameter is not null-terminated.
502 flag set,
511 flag set,
521 .Bl -tag -width Er
523 A user other than the super-user attempted to attach to or remove a jail.
536 .Bl -tag -width Er
542 The jail descriptor was created by a user other than the super-user.
586 .An Poul-Henning Kamp