Hi
I installed fresh DA on new (CentOS 6.4- 64 bit) server and want to secure before add any web site.
In DA basic security recommendation there is a part about mount the /home partition with the nosuid .
I installed DA on new disk that have just / and swap + another HDD mounted as /backup and other directories made with DA, should I remount /home with nosuid?
this is my fstab:
I installed fresh DA on new (CentOS 6.4- 64 bit) server and want to secure before add any web site.
In DA basic security recommendation there is a part about mount the /home partition with the nosuid .
I installed DA on new disk that have just / and swap + another HDD mounted as /backup and other directories made with DA, should I remount /home with nosuid?
this is my fstab:
Code:
# /etc/fstab
# Created by anaconda on Tue Jun 10 19:36:16 2014
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
UUID=af2c6482-2944-430c-bd72-7f6b3fd71a29 / ext3 defaults,usrquota,grpquota 1 1
UUID=716cff89-c506-4c7f-89f6-eac7a7fbef9f /backup ext3 defaults 1 2
UUID=74f7dae2-9b6b-4c8f-9274-d3353eff7db1 swap swap defaults 0 0
tmpfs /dev/shm tmpfs defaults,nodev,nosuid,noexec 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0
Last edited: