[X2Go-Commits] page changed: wiki:security:rbash
wiki-admin at x2go.org
wiki-admin at x2go.org
Fri Oct 31 23:11:12 CET 2014
A page in your DokuWiki was added or changed. Here are the details:
Date : 2014/10/31 22:11
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=1414791557
New Revision: http://wiki.x2go.org/doku.php/wiki:security:rbash
Edit Summary: [Link the needed programs to setup a session]
User : woglinde
@@ -72,5 +72,20 @@
Because some programs are written in perl and need fragments from the x2go-lib dir and it is searched relative, the lib-directory needs to be linked too.
<code bash>
mkdir /opt/rbash/lib
cd /opt/rbash/lib && ln -s /usr/lib/x2go .
+ </code>
+
+ ====== Bring the path back to some scripts ======
+ Because we set the PATH to /opt/rbash/bin some scripts needs to set it back to be functional again.
+
+ <code bash>
+
x2gopath
+ x2goruncommand
+ x2gostartagent
+ x2goterminate-session
+ </code>
+
+ After the license header add the following to all files mentioned above
+ <code bash>
+ export PATH=/bin:/usr/bin:/sbin:/usr/sbin
</code>
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
More information about the x2go-commits
mailing list