I've followed a few suggestions found in various threads about securing the /tmp against attacks.
The problem I have is that I now cannot use php upload scripts. The temp files still get created in /tmp but I cannot move them to where I want them to go or unlink them.
What should I be doing to secure /tmp but still to allow my scripts for file uploads/move to correct directories?
The problem I have is that I now cannot use php upload scripts. The temp files still get created in /tmp but I cannot move them to where I want them to go or unlink them.
What should I be doing to secure /tmp but still to allow my scripts for file uploads/move to correct directories?