diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-06-03 18:16:51 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2016-06-03 18:16:51 +0200 |
commit | 02434012491b0ffec26bf7fd9fcbfccf4ac6280d (patch) | |
tree | a11caa66d9980e1c1edfb9bc7107f2f3c6c6dc7d | |
parent | 436b56f0633fed0483342ad14042fb33c7d789bf (diff) | |
download | drakx-02434012491b0ffec26bf7fd9fcbfccf4ac6280d.tar drakx-02434012491b0ffec26bf7fd9fcbfccf4ac6280d.tar.gz drakx-02434012491b0ffec26bf7fd9fcbfccf4ac6280d.tar.bz2 drakx-02434012491b0ffec26bf7fd9fcbfccf4ac6280d.tar.xz drakx-02434012491b0ffec26bf7fd9fcbfccf4ac6280d.zip |
adjust doc to reality
-rw-r--r-- | perl-install/run_program.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/run_program.pm b/perl-install/run_program.pm index 9bba5f0a1..f323bace6 100644 --- a/perl-install/run_program.pm +++ b/perl-install/run_program.pm @@ -168,7 +168,7 @@ Runs $name with @args parameters. $options is a hash ref that can contains: =item * B<chdir>: $name will be run in a different default directory -=item * B<setuid>: contains a getpwnam(3) struct ; $name will be with droped privileges ; +=item * B<setuid>: a UID; $name will be with droped privileges ; make sure environment is set right and keep a copy of the X11 cookie =item * B<timeout>: execution of $name will be aborted after C<timeout> seconds |