guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: services: gdm: Add gdm user to 'video' supplement


From: guix-commits
Subject: branch master updated: services: gdm: Add gdm user to 'video' supplementary group.
Date: Sun, 29 Mar 2020 06:20:31 -0400

This is an automated email from the git hooks/post-receive script.

pelzflorian pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new acb41a4  services: gdm: Add gdm user to 'video' supplementary group.
acb41a4 is described below

commit acb41a40246e2be295d3712ded235c07c5f02f60
Author: Florian Pelz <address@hidden>
AuthorDate: Thu Mar 26 15:19:21 2020 +0100

    services: gdm: Add gdm user to 'video' supplementary group.
    
    This makes it possible to use gdm with the 'uvesafb' kernel module.
    See <https://lists.gnu.org/archive/html/guix-devel/2020-03/msg00389.html>.
    
    * gnu/services/xorg.scm (%gdm-accounts): Set supplementary groups.
---
 gnu/services/xorg.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm
index 09379d4..d0196a2 100644
--- a/gnu/services/xorg.scm
+++ b/gnu/services/xorg.scm
@@ -798,6 +798,7 @@ the GNOME desktop environment.")
         (user-account
          (name "gdm")
          (group "gdm")
+         (supplementary-groups '("video"))
          (system? #t)
          (comment "GNOME Display Manager user")
          (home-directory "/var/lib/gdm")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]