mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
3bb6147fdc
commit
c5265b90b0
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue