Custom Query (230 matches)
Results (67 - 69 of 230)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#237 | invalid | Gentoo Ebuild | ||
Description |
version 0.9.5 is missing in http://xpra.org/dists/gentoo/ distutils.eclass is deprecated. See for python-r1* and virtual/python-imaging (Pillow,PIL) integration see http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/x11-wm/xpra/ |
|||
#238 | fixed | PIL,pillow patches for 0.12.18 release | ||
Description |
Gentoo bug report https://bugs.gentoo.org/show_bug.cgi?id=471564 |
|||
#300 | worksforme | insecure umask 0000 on ubuntu server | ||
Description |
xterm started as application session on the remote server runs with umask 0000. This has security impact as files/directories created by users are then world-writable. Expected: some sensible default like 002 or 022. Version: winswitch 0.12.23-1, xpra 2.1.1-r16658-1 Possible cause: winswitch server assumes umask will be set in /etc/bashrc. That is true on Red Hat derived systems. But it is not true on Ubuntu (tested 16.04 LTS) where I think umask is expected to be set by PAM session (pam_umask.so). Perhaps related, the PAM file provided by /etc/pam.d/xpra seems to assume a Red Hat style system and most of the PAM modules referenced there do not exist on a Ubuntu system. |