commit 596114d210831f25a659f3d0a6a1edef508db318
parent 44d2b8589715aee16ab375b1a59521f3febfba87
Author: Jan Pobrislo <ccx@webprojekty.cz>
Date: Sat, 16 Jan 2021 02:25:28 +0100
Xauthority should be owned by xorg
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sbin/logincaps b/sbin/logincaps
@@ -50,7 +50,7 @@ run_x() {
truncate -s 0 /run/Xauthority.$X &&
s6-svc -wU -T 8000 -o /run/service/X$X &&
chmod 640 /run/Xauthority.$X &&
- chown root:$USER /run/Xauthority.$X &&
+ chown xorg:$USER /run/Xauthority.$X &&
cat /run/service/X$X/data/Xauthority > /run/Xauthority.$X
# pretendrun env XSVC=/run/service/X$X execlineb -s0 -c '
#fdmove -c 1 2