Home
last modified time | relevance | path

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

/openbsd/usr.sbin/vipw/
H A Dvipw.c72 if (unveil(_PATH_PWD_MKDB, "x") == -1) in main()
73 err(1, "unveil %s", _PATH_PWD_MKDB); in main()
/openbsd/usr.bin/chpass/
H A Dchpass.c189 if (unveil(_PATH_PWD_MKDB, "x") == -1) in main()
190 err(1, "unveil %s", _PATH_PWD_MKDB); in main()
/openbsd/usr.bin/passwd/
H A Dlocal_passwd.c89 if (unveil(_PATH_PWD_MKDB, "x") == -1) in local_passwd()
90 err(1, "unveil %s", _PATH_PWD_MKDB); in local_passwd()
/openbsd/include/
H A Dpwd.h54 #define _PATH_PWD_MKDB "/usr/sbin/pwd_mkdb" macro
/openbsd/lib/libutil/
H A Dpasswd.c149 execv(_PATH_PWD_MKDB, av); in pw_mkdb()