Fix location
[untie.git] / untie.ggo
blob0abe6c53cbbe34a76204eae63985ff7e301d5ed2
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