in reply to Re^2: cgi script write to crontab
in thread how to avoid web server from getting hacked
Another is Security-Enhanced Linux which assigns a "context" to each process, and Apache has the "www" context. It can't access files that don't have that context, and /home/ doesn't. Selinux is enabled by default on Red Hat distributions and those that are based on it (like CentOS).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: cgi script write to crontab
by Niner710 (Sexton) on May 14, 2008 at 00:55 UTC | |
by Niner710 (Sexton) on May 14, 2008 at 03:28 UTC | |
|
Re^4: cgi script write to crontab
by Niner710 (Sexton) on May 14, 2008 at 15:58 UTC |