]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r361397, r361683: certctl(8) unprivileged mode
authorKyle Evans <kevans@FreeBSD.org>
Thu, 20 Aug 2020 14:07:29 +0000 (14:07 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Thu, 20 Aug 2020 14:07:29 +0000 (14:07 +0000)
commit0d38621a815af5ab988100c8ce432aa094c217d0
tree3d77cf049ed99cccde990956c29662e375309cce
parent0f4d431f741e7b904ab6dafda16c8bd036e8be21
MFC r361397, r361683: certctl(8) unprivileged mode

r361397:
Add an unprivileged mode where calls to install are passed appropriate
flags.  For ease of integration, use the same flags as install:

 -U unprivileged mode
 -D <destdir> Specify DESTDIR (overrides the environment)
 -M <metalog> Full path to METALOG file

r361683:
certctl: fix test syntax

test doesn't understand &&, but it does understand -a.
usr.sbin/certctl/certctl.8
usr.sbin/certctl/certctl.sh