jailkit-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Jailkit-users] file upload question


From: Olivier Sessink
Subject: Re: [Jailkit-users] file upload question
Date: Wed, 01 Jul 2009 10:18:08 +0200
User-agent: Thunderbird 2.0.0.22 (X11/20090608)

Larry Hiscock wrote:
We have a web-based application that allows users to upload xml files, then
process them.  Unfortunately, using the <input type="file"> tag causes
Apache to save the file in /tmp.  Jailed users don't have access to /tmp,
only to /chroot/tmp.  Other than doing a 'mount --bind /tmp /chroot/tmp',
which I really don't want to do, what are my options?

your best shot is to try to configure Apache differently.. As long as Apache is copying files into a directory that you don't want in your jail your options are none..

Olivier





reply via email to

[Prev in Thread] Current Thread [Next in Thread]