]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
caroot: switch to using echo+shell glob to enumerate certs
authorkevans <kevans@FreeBSD.org>
Sun, 23 Aug 2020 23:56:57 +0000 (23:56 +0000)
committerkevans <kevans@FreeBSD.org>
Sun, 23 Aug 2020 23:56:57 +0000 (23:56 +0000)
commitfa9e237d3d475c832b322e07f0dd4f3bb7c78169
tree6b877027ad1da851ae932bfdd735ca74bcb00fcc
parent69802c4bcc39d5d6b9d996bb4c21a421bdb0c465
caroot: switch to using echo+shell glob to enumerate certs

This solves an issue on stable/12 that causes certs to not get installed.
ls is apparently not in PATH during installworld, so TRUSTED_CERTS ends up
blank and nothing gets installed. We don't really require anything
ls-specific, though, so let's just simplify it.

MFC after: 3 days
secure/caroot/blacklisted/Makefile
secure/caroot/trusted/Makefile