*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: securelevel_ge | Section: 9 | Source: FreeBSD | File: securelevel_ge.9.gz
SECURELEVEL_GT(9) FreeBSD Kernel Developer's Manual SECURELEVEL_GT(9) NAME securelevel_gt, securelevel_ge - test active securelevel SYNOPSIS #include <sys/types.h> #include <sys/proc.h> int securelevel_gt(struct ucred *cr, int level); int securelevel_ge(struct ucred *cr, int level); DESCRIPTION These functions test the active security level against the given level. If the calling credential cr was imprisoned by the jail(2) system call, and has a different security level set than the host environment, the security level with the highest value is used. The securelevel_gt() function will evaluate whether or not the active security level is greater than the supplied level. The securelevel_ge() function will evaluate whether or not the active security level is greater than or equal to the supplied level. RETURN VALUES These functions return EPERM if condition evaluated to true, and 0 otherwise. SEE ALSO securelevel(7) FreeBSD 14.1-RELEASE-p8 June 2, 2007 FreeBSD 14.1-RELEASE-p8

Navigation Options