*** 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: secure_path | Section: 3 | Source: MINIX | File: secure_path.3
SECURE_PATH(3) FreeBSD Library Functions Manual SECURE_PATH(3) NAME secure_path - determine if a file appears to be ``secure'' LIBRARY System Utilities Library (libutil, -lutil) SYNOPSIS #include <util.h> int secure_path(const char *path); DESCRIPTION The secure_path() function takes a path name and returns zero if the referenced file is "secure", non-zero if not. Any "insecurity", other than failure to access the referenced file, will be logged to the system log. To be "secure", the referenced file must exist, be a regular file (and not a directory), owned by the super-user, and writable only by the super-user. SEE ALSO openlog(3) HISTORY The secure_path() function is based on the BSD/OS implementation of same, and appeared in NetBSD 1.5 by kind permission. FreeBSD 14.1-RELEASE-p8 May 4, 2010 FreeBSD 14.1-RELEASE-p8

Navigation Options