xrandr: update to 1.5.3
[oi-userland.git] / components / desktop / xscreensaver / patches / 90-xscreensaver-auth-keep-setuid.patch
blob062616f7d195979bbfc779da8607d8025ccb0e7f
1 --- xscreensaver-6.08/driver/xscreensaver-auth.c.orig 2022-09-12 04:33:40.607094356 +0200
2 +++ xscreensaver-6.08/driver/xscreensaver-auth.c 2023-10-26 21:32:25.594969717 +0200
3 @@ -340,7 +340,8 @@
4 if (!splash_p && !init_p)
5 lock_priv_init ();
7 - disavow_privileges ();
8 + // Unable to complete the pam conversation unless we're setuid the whole time
9 + // disavow_privileges ();
11 if (!splash_p && !init_p)
12 lock_init ();