Hello!

I'm using Fedora 2 filesystem and all the directories uses a unique root partition ( / )
The problem is that in /tmp partition of my virtual server, I'm always find some kind of script kiddie.
And I can't protect this directory (disallow execution of binaries, disallow setuid programs, etc) because /tmp is not a separated partition.
Is possible make /tmp a separated partition, so, I can protect it editing /etc/fstab in my virtual server ?

My virtual server was build with the following commands:

dd if=/dev/zero of=Fedora2 bs=1 count=0 seek=7G
e2fsck -f Fedora2
resize2fs -p Fedora2
e2fsck -f Fedora2
mount -o loop -t ext2 /home/fedora2/Fedora2 /mnt/m1
umount /mnt/m1
e2fsck -f Fedora2
dd if=/dev/zero of=Swap bs=1k count=1 seek=1G
mkswap Swap
linux ubd0=/home/fedora2/Fedora2 ubd1=Swap umid=fedora2 eth0=tuntap,,,209.xxx.xxx.xxx mem=160M con=null con0=fd:0,fd:1

Thank you so much for any help!

--

Gianni

Reply via email to