1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/usr.bin/look
mestre 0444232b42 look(1) will access /usr/share/dict/words to look for the string we want, or it
may access another file instead if we mention it via argument. In order to know
which file to unveil(2) we need to push down pledge(2) a little bit after
getopt(3) and now that we know the name of the file we can unveil(2) it only
with read permissions.

OK deraadt@
2018-08-11 11:00:34 +00:00
..
look.1
look.c look(1) will access /usr/share/dict/words to look for the string we want, or it 2018-08-11 11:00:34 +00:00
Makefile
pathnames.h