Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

NOEXEC, NOSUID, READONLY in Linux

Status
Not open for further replies.

Gabriel2010

Technical User
Nov 14, 2003
82
US
hello
Planning a secure system, & considering the partitions
that should exist, etc. came across some links
discussing NOEXEC, NOSUID, READONLY attributes in
Linux. i'd like to hear from any real world experience
setting up filesystems with all, or some of those
attributes; advices, look-outs, tips, etc.
System will run Apache, MySQL, Bugzilla...
thanks!




Glad to be here!
 
I've been on systems using NOEXEC as a security measure, and I can say you can bypass that rather easily like so:

/lib/ld-linux.so <command>

and the command will run, regardless of NOEXEC. Of course, YMMV
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top