mrrl-system-config

system configuration on top of MRRL
git clone https://ccx.te2000.cz/git/mrrl-system-config
Log | Files | Refs

commit a8aae7a32a54384ccf4373fcb78255938946ceea
parent 2cc99f80fa391437063c1bd43f889016b5e7be2c
Author: ccx <ccx@te2000.cz>
Date:   Mon, 18 Mar 2024 18:13:29 +0000

Add xorg to video group

Diffstat:
Mpostinstall.aat | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/postinstall.aat b/postinstall.aat @@ -70,6 +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("uucp:x", ":14:", "ccx", "^[^:]*:[^:]*", ".*") # X11 |line_append_file("xorg:x", ":111:", "xorg", "^[^:]*:[^:]*", ".*")