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 -