*** 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: secmodel_suser | Section: 9 | Source: NetBSD | File: secmodel_suser.9
SECMODEL_SUSER(9) FreeBSD Kernel Developer's Manual SECMODEL_SUSER(9) NAME secmodel_suser - super-user security model DESCRIPTION secmodel_suser implements the traditional super-user (root) as the user with effective user-id 0. The super-user is the host administrator, considered to have higher privileges than other users. FUNCTIONS secmodel_suser exposes a secmodel_eval(9) evaluation routine to test whether a set of credentials can be assimilated to super-user credentials or not. The parameters to secmodel_eval(9) are: id the unique identifier of secmodel_suser: "org.netbsd.secmodel.suser" what a string, "is-root". arg the kauth(9) credentials (kauth_cred_t) of the caller. ret a boolean, set by secmodel_suser to true when the credentials are equivalent to super-user, false otherwise. RETURN TYPES If successful, the evaluation returns 0 with the ret argument being either true or false. SEE ALSO kauth(9), secmodel(9), secmodel_bsd44(9), secmodel_eval(9) AUTHORS Elad Efrat <[email protected]> FreeBSD 14.1-RELEASE-p8 December 4, 2011 FreeBSD 14.1-RELEASE-p8

Navigation Options