Searched refs:sudo_secure_path (Results 1 – 2 of 2) sorted by relevance
/dports/security/sudo/sudo-1.9.8p2/lib/util/ |
H A D | secure_path.c | 37 sudo_secure_path(const char *path, unsigned int type, uid_t uid, gid_t gid, struct stat *sbp) in sudo_secure_path() function 41 debug_decl(sudo_secure_path, SUDO_DEBUG_UTIL); in sudo_secure_path() 69 return sudo_secure_path(path, S_IFREG, uid, gid, sbp); in sudo_secure_file_v1() 78 return sudo_secure_path(path, S_IFDIR, uid, gid, sbp); in sudo_secure_dir_v1()
|
/dports/security/sudo/sudo-1.9.8p2/ |
H A D | ChangeLog | 34674 Add type param to sudo_secure_path() and add sudo_secure_file() and
|