lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <405603B4.BA223702@gmx.at> From: alexander.bartolich at gmx.at (Alexander Bartolich) Subject: a secure base system Tobias Weisserth wrote: > /tmp should always be mounted noexec. Add /home as well with noexec. > [...] This may be a trade-off, but the result is more security. On typical Linux distributions noexec is pointless. It does not prevent the execution of dynamically linked ELF images. $ readelf -l /bin/bash | grep interpreter [Requesting program interpreter: /lib/ld-linux.so.2] $ /lib/ld-linux.so.2 /bin/bash --version GNU bash, version 2.05b.0(1)-release (i386-redhat-linux-gnu) Copyright (C) 2002 Free Software Foundation, Inc.
Powered by blists - more mailing lists