Hello,
Not all file systems are working inside a container; check /proc/filesystems inside a container to find
out.
follow the steps given in http://linux-bloggers.blogspot.in/2012/06/hardening-linux-server-or-cenos-562.html in temp directory hardening section
mount -t tmpfs -o noexec,nosuid tmpfs /tmp
on /etc/fstab
/usr/tmpMnt /tmp tmpfs noexec,nosuid 0 0
Not all file systems are working inside a container; check /proc/filesystems inside a container to find
out.
follow the steps given in http://linux-bloggers.blogspot.in/2012/06/hardening-linux-server-or-cenos-562.html in temp directory hardening section
mount -t tmpfs -o noexec,nosuid tmpfs /tmp
on /etc/fstab
/usr/tmpMnt /tmp tmpfs noexec,nosuid 0 0
No comments:
Post a Comment