git: 7d576f1d657f - main - Change /dev/geom.ctl from root:operator to root:wheel.

From: Poul-Henning Kamp <phk_at_FreeBSD.org>
Date: Wed, 12 Aug 2026 05:12:51 UTC
The branch main has been updated by phk:

URL: https://cgit.FreeBSD.org/src/commit/?id=7d576f1d657fc21f97cedc28cc971621ee2490a7

commit 7d576f1d657fc21f97cedc28cc971621ee2490a7
Author:     Poul-Henning Kamp <phk@FreeBSD.org>
AuthorDate: 2026-08-12 05:11:06 +0000
Commit:     Poul-Henning Kamp <phk@FreeBSD.org>
CommitDate: 2026-08-12 05:12:33 +0000

    Change /dev/geom.ctl from root:operator to root:wheel.
---
 sys/geom/geom_ctl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/geom/geom_ctl.c b/sys/geom/geom_ctl.c
index 9e9c5e25d2d2..61756508ab43 100644
--- a/sys/geom/geom_ctl.c
+++ b/sys/geom/geom_ctl.c
@@ -68,7 +68,7 @@ g_ctl_init(void)
 {
 
 	make_dev_credf(MAKEDEV_ETERNAL, &g_ctl_cdevsw, 0, NULL,
-	    UID_ROOT, GID_OPERATOR, 0640, PATH_GEOM_CTL);
+	    UID_ROOT, GID_WHEEL, 0640, PATH_GEOM_CTL);
 }
 
 /*