From 00b7725977043c628129560dd8ca798c0ecb8791 Mon Sep 17 00:00:00 2001
From: Louis Rannou <lrannou@baylibre.com>
Date: Thu, 15 Jun 2023 13:43:55 +0200
Subject: [PATCH] base-passwd: add the wheel group

We need to have a wheel group which has some system privileges to consult the
systemd journal or manage printers with cups.

Upstream says the group does not exist by default.

Upstream-Status: Inappropriate [enable feature]

Signed-off-by: Louis Rannou <lrannou@baylibre.com>
---
 group.master | 1 +
 1 file changed, 1 insertion(+)

diff --git a/group.master b/group.master
index 7fdd8bf..d34d2b8 100644
--- a/group.master
+++ b/group.master
@@ -37,5 +37,6 @@ kvm:*:47:
 staff:*:50:
 games:*:60:
 shutdown:*:70:
+wheel:*:80:
 users:*:100:
 nogroup:*:65534:
