From ad6c2436c00056e9977049b6bc519a39db9e0663 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 3 Feb 2021 10:07:49 -0600 Subject: [PATCH] adjust perms on /run/sddm to future-proof xauth handling (#1922772) --- sddm.spec | 5 ++++- tmpfiles-sddm.conf | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/sddm.spec b/sddm.spec index 9ae02ce..8a25efb 100644 --- a/sddm.spec +++ b/sddm.spec @@ -9,7 +9,7 @@ Name: sddm Version: 0.19.0 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2+ Summary: QML based X11 desktop manager @@ -225,6 +225,9 @@ fi %changelog +* Wed Feb 03 2021 Rex Dieter - 0.19.0-7 +- adjust perms on /run/sddm to future-proof xauth handling (#1922772) + * Mon Feb 01 2021 Rex Dieter - 0.19.0-6 - revert to older Redesign-Xauth-handling.patch (#1922772) diff --git a/tmpfiles-sddm.conf b/tmpfiles-sddm.conf index 0a451bf..8a8cb27 100644 --- a/tmpfiles-sddm.conf +++ b/tmpfiles-sddm.conf @@ -1 +1 @@ -d /run/sddm 0711 root root - +d /run/sddm 1777 root root -