commit a2b599ada2bec1724ab4b049ce73fb66a0f720a4
parent a8aae7a32a54384ccf4373fcb78255938946ceea
Author: ccx <ccx@te2000.cz>
Date: Mon, 18 Mar 2024 18:19:17 +0000
Fix video group id
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/postinstall.aat b/postinstall.aat
@@ -70,7 +70,7 @@
# Groups for /dev permissions (mdevd.conf): disk, input, uucp
|line_append_file("disk:x", ":6:", "root,adm", "^[^:]*:[^:]*", ".*")
|line_append_file("input:x", ":97:", "xorg", "^[^:]*:[^:]*", ".*")
-|line_append_file("video:x", ":97:", "root,xorg", "^[^:]*:[^:]*", ".*")
+|line_append_file("video:x", ":27:", "root,xorg", "^[^:]*:[^:]*", ".*")
|line_append_file("uucp:x", ":14:", "ccx", "^[^:]*:[^:]*", ".*")
# X11
|line_append_file("xorg:x", ":111:", "xorg", "^[^:]*:[^:]*", ".*")