diff options
author | 2019-03-02 16:11:10 +0000 | |
---|---|---|
committer | 2019-03-02 16:11:10 +0000 | |
commit | 5e1f1384262047d51292341d693602362ff1157a (patch) | |
tree | e5df1e5290f8ea12bee79bd28f3b7a7c5268ad3a /usr.bin/mandoc/man_html.c | |
parent | Bump VMM_MAX_NAME_LEN to 64 to allow for longer vm names. (diff) | |
download | wireguard-openbsd-5e1f1384262047d51292341d693602362ff1157a.tar.xz wireguard-openbsd-5e1f1384262047d51292341d693602362ff1157a.zip |
Unfortunately we cannot use unveil in the main process since this
breaks config reload.
We cannot simply unveil the config file since it might appear after startup
and the config file syntax allows to include other files.
This is a problem with all the other parse.y based privsep'ed daemons
as well.
pledge("rpath") has to be enough for now.
Diffstat (limited to 'usr.bin/mandoc/man_html.c')
0 files changed, 0 insertions, 0 deletions