/tmp noexec nosetuid

Discussion in 'ISPConfig 3 Priority Support' started by stevenlib, Sep 24, 2013.

  1. stevenlib

    stevenlib New Member

    Hi,

    On Debian would setting the /tmp with the above security features break anything for ISPConfig ?

    Regards,

    P.S: I get this when trying to start bastille at startup and after:

    root@helium:~/csf$ /etc/init.d/bastille-firewall start
    Setting up IP spoofing protection... done.
    Allowing traffic from trusted interfaces... done.
    Setting up chains for public/internal interface traffic... done.
    Setting up general rules... done.
    Setting up outbound rules... done.
    touch: cannot touch `/var/lock/subsys/bastille-firewall': Not a directory
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    No.

    run:

    mkdir /var/lock/subsys/

    to create the missing directory.
     

Share This Page