git: 7d576f1d657f - main - Change /dev/geom.ctl from root:operator to root:wheel.
Poul-Henning Kamp <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src,gmane.os.freebsd.current.scm |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by phk: URL: https://cgit.FreeBSD.org/src/commit/?id=7d576f1d657fc21f97cedc28cc971621ee2490a7 commit 7d576f1d657fc21f97cedc28cc971621ee2490a7 Author: Poul-Henning Kamp <[email protected]> AuthorDate: 2026-08-12 05:11:06 +0000 Commit: Poul-Henning Kamp <[email protected]> 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); } /*