Use the same check in kernel and ifconfig for group names. ifconfig
authorbluhm <bluhm@openbsd.org>
Wed, 10 Feb 2021 14:45:27 +0000 (14:45 +0000)
committerbluhm <bluhm@openbsd.org>
Wed, 10 Feb 2021 14:45:27 +0000 (14:45 +0000)
commitdd7c33c7437eed727496fd0c21ef0af53292ff05
treeaaf66db461b98f263943e6a584d32251984ca0b7
parent44a45654aa78cc9d4e9b544c4d6d11d25f298ea9
Use the same check in kernel and ifconfig for group names.  ifconfig
delete group does not need name sanitation.  The kernel will just
report that it does not exist.
OK deraadt@ gnezdo@ anton@ mvs@ claudio@
sbin/ifconfig/ifconfig.c