User Tools

Site Tools


wiki:security:rbash

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
wiki:security:rbash [2014/11/01 09:24]
woglinde [rbash short feature overview]
wiki:security:rbash [2014/11/01 09:27]
woglinde [rbash as default shell (optional)]
Line 98: Line 98:
 to be fixed too. 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>
wiki/security/rbash.txt ยท Last modified: 2014/11/03 13:07 by woglinde