/etc/ssl/cert.pem is loaded into mem with tls_load_file(3) on local function
authormestre <mestre@openbsd.org>
Fri, 16 Jul 2021 14:34:37 +0000 (14:34 +0000)
committermestre <mestre@openbsd.org>
Fri, 16 Jul 2021 14:34:37 +0000 (14:34 +0000)
commitfd393c40f8d426790970685240ce5801f6461f8c
tree95f497dc76647988cbcc7577fc953881fbe8451b
parent5df3046617230a0a96da4dbc61fd401114998949
/etc/ssl/cert.pem is loaded into mem with tls_load_file(3) on local function
priv_constraint_child() which is called before we reach pledge(2), therefore we
we don't need to unveil(2) that file nor having pledge("rpath") since it was
only required to read that same file.

OK kn@
usr.sbin/ntpd/ntpd.c