~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to www/apps/fileservice/__init__.py

  • Committer: drtomc
  • Date: 2008-02-06 20:57:38 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:435
setup.py: Fix a couple of jail config glitches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
# acting "as" that user and therefore we don't run into permissions problems.
47
47
# If set to True, it will be a lot more efficient, but there will be
48
48
# permissions issues unless all user's files are owned by the web server user.
49
 
HANDLE_WITH_TRAMPOLINE = False
 
49
HANDLE_WITH_TRAMPOLINE = True
50
50
 
51
51
fileservice_path = "/opt/ivle/scripts/fileservice"   # Within jail
52
52