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

« back to all changes in this revision

Viewing changes to trampoline/trampoline.c

  • Committer: matt.giuca
  • Date: 2009-01-12 00:33:53 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:1072
Renamed scripts to services.
Updated all references (we hope). :)

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 * This program runs a given program in a given working dir.
23
23
 * First, it chroots to a jail path and setuids to a given user ID.
24
24
 * This is intented to provide a safe execution environment for arbitrary
25
 
 * programs and scripts.
 
25
 * programs and services.
26
26
 *
27
27
 * Scripts (such as Python programs) should be executed by supplying
28
28
 * "/usr/bin/python" as the program, and the script as the first argument.