Home
last modified time | relevance | path

Searched refs:_PATH_SHELLS (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/usr.bin/chpass/
H A Dchpass.c140 if (unveil(_PATH_SHELLS, "r") == -1) in main()
141 err(1, "unveil %s", _PATH_SHELLS); in main()
166 if (unveil(_PATH_SHELLS, "r") == -1) in main()
167 err(1, "unveil %s", _PATH_SHELLS); in main()
/openbsd-src/usr.bin/passwd/
H A Dlocal_passwd.c87 if (unveil(_PATH_SHELLS, "r") == -1) in local_passwd()
88 err(1, "unveil %s", _PATH_SHELLS); in local_passwd()
/openbsd-src/include/
H A Dpaths.h64 #define _PATH_SHELLS "/etc/shells" macro
/openbsd-src/lib/libc/gen/
H A Dgetusershell.c93 if ((fp = fopen(_PATH_SHELLS, "re")) == NULL) in initshells()
/openbsd-src/usr.bin/su/
H A Dsu.c171 if (unveil(_PATH_SHELLS, "r") == -1) in main()
172 err(1, "unveil %s", _PATH_SHELLS); in main()