A page in your DokuWiki was added or changed. Here are the details: Date : 2014/11/01 09:27 Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/37.0.2062.120 Chrome/37.0.2062.120 Safari/537.36 IP-Address : 79.228.221.115 Hostname : p4FE4DD73.dip0.t-ipconnect.de Old Revision: http://wiki.x2go.org/doku.php/wiki:security:rbash?rev=1414833870 New Revision: http://wiki.x2go.org/doku.php/wiki:security:rbash Edit Summary: [rbash as default shell (optional)] User : woglinde @@ -96,5 +96,20 @@ If rbash is also set as the default shell via /etc/passwd or some other mechanism, the sessioncleanup skripts needs to be fixed too. + In + <code bash> + /usr/sbin/x2gocleansessions + </code> + the lines with + + <code bash> + system("su", "@sinfo[11]", "-c" + </code> + + needs to be changed to + + <code bash> + system("su", "@sinfo[11]", "-s", "/bin/bash", "-c", + </code> -- This mail was generated by DokuWiki at http://wiki.x2go.org/