Symbol: _PATH_LOGIN_CONF
lib/libc/gen/login_cap.c
103
classfiles[i++] = _PATH_LOGIN_CONF;
lib/libc/gen/login_cap.c
120
if ((res = open(_PATH_LOGIN_CONF, O_RDONLY|O_CLOEXEC)) >= 0)
usr.bin/doas/doas.c
438
if (unveil(_PATH_LOGIN_CONF, "r") == -1)
usr.bin/doas/doas.c
439
err(1, "unveil %s", _PATH_LOGIN_CONF);
usr.bin/doas/doas.c
440
if (unveil(_PATH_LOGIN_CONF ".db", "r") == -1)
usr.bin/doas/doas.c
441
err(1, "unveil %s.db", _PATH_LOGIN_CONF);
usr.bin/encrypt/encrypt.c
100
if (unveil(_PATH_LOGIN_CONF ".db", "r") == -1)
usr.bin/encrypt/encrypt.c
101
err(1, "unveil %s.db", _PATH_LOGIN_CONF);
usr.bin/encrypt/encrypt.c
98
if (unveil(_PATH_LOGIN_CONF, "r") == -1)
usr.bin/encrypt/encrypt.c
99
err(1, "unveil %s", _PATH_LOGIN_CONF);
usr.bin/passwd/local_passwd.c
79
if (unveil(_PATH_LOGIN_CONF, "r") == -1)
usr.bin/passwd/local_passwd.c
80
err(1, "unveil %s", _PATH_LOGIN_CONF);
usr.bin/passwd/local_passwd.c
81
if (unveil(_PATH_LOGIN_CONF ".db", "r") == -1)
usr.bin/passwd/local_passwd.c
82
err(1, "unveil %s.db", _PATH_LOGIN_CONF);
usr.bin/su/su.c
163
if (unveil(_PATH_LOGIN_CONF, "r") == -1)
usr.bin/su/su.c
164
err(1, "unveil %s", _PATH_LOGIN_CONF);
usr.bin/su/su.c
165
if (unveil(_PATH_LOGIN_CONF ".db", "r") == -1)
usr.bin/su/su.c
166
err(1, "unveil %s.db", _PATH_LOGIN_CONF);
usr.sbin/ldapd/ldapd.c
240
if (unveil(_PATH_LOGIN_CONF, "r") == -1)
usr.sbin/ldapd/ldapd.c
241
err(1, "unveil %s", _PATH_LOGIN_CONF);
usr.sbin/ldapd/ldapd.c
242
if (unveil(_PATH_LOGIN_CONF ".db", "r") == -1)
usr.sbin/ldapd/ldapd.c
243
err(1, "unveil %s.db", _PATH_LOGIN_CONF);