summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2025-05-14 17:29:42 +0900
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2025-05-14 22:17:52 +0900
commit445d04f9d4ee0f839532f38a9ba74598296915fd (patch)
treeb2360597ba35a6c0db26da915452e488556c7720
parent4acbceed261bd020fc194133e2196eb2da872240 (diff)
system: Add sgx group to %base-groups.kernel-team
* gnu/system/shadow.scm (%base-groups): Add 'sgx' group. Fixes: <https://issues.guix.gnu.org/70278> Change-Id: I4f9e3c7751ac11f0c7a4283390223778511494f8
-rw-r--r--gnu/system/shadow.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/system/shadow.scm b/gnu/system/shadow.scm
index d0f1b6b2b1..7258a57dc6 100644
--- a/gnu/system/shadow.scm
+++ b/gnu/system/shadow.scm
@@ -130,7 +130,8 @@
(system-group (name "floppy"))
(system-group (name "cdrom"))
(system-group (name "tape"))
- (system-group (name "kvm"))))) ; for /dev/kvm
+ (system-group (name "kvm")) ; for /dev/kvm
+ (system-group (name "sgx")))))
(define %base-user-accounts
;; List of standard user accounts. Note that "root" is a special case, so