Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: Linux hardening |
|---|---|
| Date: | Fri, 26 Aug 2005 09:46:56 +0800 |
$ mount
$ cd /tmp
$ mount |grep tmp
tmpfs on /dev/shm type tmpfs (rw,noexec,nosuid,nodev)
/dev/hda5 on /tmp type ext3 (rw,noexec,nosuid,nodev)
$ cat test.c
int main() {
printf("Test\n");
exit(0);
}
$ gcc -o test test.c
$ ./test
bash: ./test: Permission denied
$ /lib/ld-linux.so.2 ./test
./test: error while loading shared libraries: ./test: failed to
map segment from shared object: Operation not permitted
<http://lists.grok.org.uk/pipermail/full-disclosure/2005-April/033305.html> works with 2.6.12 but haven't tried on 2.6.13 If you really want to harden linux, by all means use PaX+Grsecurity+SSP. PaX is better and mature than Redhat's execshield.. or OpenBSD's stackgap/w^x But don't take my word for it <http://pax.grsecurity.net/docs/index.html> --ed
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Linux hardening, AragonX |
|---|---|
| Next by Date: | Re: Linux hardening, Pär Johansson |
| Previous by Thread: | Re: Linux hardening, Jon Hart |
| Next by Thread: | Re: Linux hardening, Pär Johansson |
| Indexes: | [Date] [Thread] [Top] [All Lists] |