system: Add sgx group to %base-groups.

* gnu/system/shadow.scm (%base-groups): Add 'sgx' group.

Fixes: <https://issues.guix.gnu.org/70278>
Change-Id: I4f9e3c7751ac11f0c7a4283390223778511494f8
This commit is contained in:
Maxim Cournoyer 2025-05-14 17:29:42 +09:00
parent 3bb6147fdc
commit c5265b90b0
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -130,7 +130,8 @@
(system-group (name "floppy")) (system-group (name "floppy"))
(system-group (name "cdrom")) (system-group (name "cdrom"))
(system-group (name "tape")) (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 (define %base-user-accounts
;; List of standard user accounts. Note that "root" is a special case, so ;; List of standard user accounts. Note that "root" is a special case, so