Setup Secure /tmp without loop N

maurix

Verified User
Joined
Feb 6, 2013
Messages
5
Hi
I have setup my VPS to be a bit more secure but i can't use loops on my VPS so i can't setup my /tmp
tu use no exec nsuid!
Is there any way to do this in without being able to use loopN ?
My VPS Provider gives me the possibility to install FUSE ! is this an option?


thank you

Maurizio

input and output:

mount -o loop,noexec,nosuid,rw /dev/tmpMnt /tmp

mount: no permission to look at /dev/loop<N
 
no i tried ...problem is i can't look at loopN cause it is blocked by my VPS Reseller:


"Sorry, but currently there is no way to use loop device inside openvz VPS servers for a technical and security reasons."
 
I see,

you dont have a partition just for /tmp to secure so.. you should ask to your vps provider what you can do to acchive this.

Maybe a reinstall with a separate tmp (or maybe a virtual disk add) would be required.

Regards
 
I see,

you dont have a partition just for /tmp to secure so.. you should ask to your vps provider what you can do to acchive this.

Maybe a reinstall with a separate tmp (or maybe a virtual disk add) would be required.

Regards


My VPS does not offer any Assistance so the only thing they can do is installing FUSE on my VPS!
Can is solve my security /tmp issue with this ´of course i am not a Linux professional but i will learn if i can !

thx

maurix
 
Back
Top