Query: secure_path
OS: netbsd
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SECURE_PATH(3) BSD Library Functions Manual SECURE_PATH(3)NAMEsecure_path -- determine if a file appears to be ``secure''LIBRARYSystem Utilities Library (libutil, -lutil)SYNOPSIS#include <util.h> int secure_path(const char *path);DESCRIPTIONThe 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 ALSOopenlog(3)HISTORYThe secure_path() function is based on the BSD/OS implementation of same, and appeared in NetBSD 1.5 by kind permission.BSDMay 4, 2010 BSD
Related Man Pages |
---|
access(2) - netbsd |
pidfile(3) - netbsd |
pw_getpwconf(3) - netbsd |
kld_load(3) - freebsd |
kld_isloaded(3) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Using Secure Path |