holgersson-overlay/x11-wm/xpra/files/xpra-2.0-suid-warning.patch
Nils Freydank b88d0a611b
x11-wm/xpra: Bump tree package to 3.0.9
This package is still in pre-GLEP81 state and enables webp by default

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Manifest-Sign-Key: 00EFD31F1B60D5DBADB831C1C0ECE6960E54475B
Signed-off-by: Nils Freydank <holgersson@posteo.de>
2020-05-03 21:38:07 +02:00

12 lines
617 B
Diff

--- xpra-2.0/xpra/scripts/config.py
+++ xpra-2.0/xpra/scripts/config.py
@@ -127,7 +127,7 @@
xorg_stat = os.stat(xorg_bin)
if (xorg_stat.st_mode & stat.S_ISUID)!=0:
if (xorg_stat.st_mode & stat.S_IROTH)==0:
- warn("%s is suid and not readable, Xdummy support unavailable" % xorg_bin)
+ debug("%s is suid and not readable, Xdummy support unavailable" % xorg_bin)
return get_Xvfb_command()
debug("%s is suid and readable, using the xpra_Xdummy wrapper" % xorg_bin)
use_wrapper = True