Added tag untie-0.3 for changeset 38f3910e2c06
[untie.git] / untie.ggo
blobc2552169053d4e1a048a3e1b4435dfeb848b89b2
1 package "untie"
3 option "mount" - "New mount namespace" flag off
4 option "uname" - "New uname" flag off
5 option "ipc" - "New IPC context" flag off
6 option "mask" - "Pass user defined flag" int typestr="MASK" no multiple
7 option "chroot" - "Chroot in the specified directory" string typestr="DIRECTORY" no
8 option "uid" - "Change to the specified UID" int typestr="UID" no
9 option "username" - "Change to the specified username" string typestr="USERNAME" no
10 option "gid" - "Add the specified GID" int typestr="GID" no multiple
11 option "groupname" - "Add the specified group" string typestr="GROUP" no multiple
12 option "daemonize" - "Run as daemon" flag off
13 option "alarm" - "Set an alarm after the specified delay" int typestr="SECONDS" no
14 option "nice" - "Run as the specified nice level" int typestr="NICE" no
15 option "sched" - "Use the specified (possibly RT) scheduling policy" string typestr="SCHED" no
16 option "schedprio" - "Set the priority according to the given scheduler" int typestr="PRIO" no