Documentation ¶
Index ¶
Constants ¶
View Source
const Version = "1.10"
Variables ¶
This section is empty.
Functions ¶
func Exec ¶
Exec attempts to apply the userspec to the current thread before calling syscall.Exec which itself invokes the execve(2) system call. Param `userspec` should be in the form: "<user or uid>" or "<user or uid>:<group or guid>"
NOTE: On a successful call to syscall.Exec this function will never return. See http://man7.org/linux/man-pages/man2/execve.2.html:
"execve() does not return on success, and the text, initialized data,
uninitialized data (bss), and stack of the calling process are overwritten according to the contents of the newly loaded program."
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.