su-exec is a simple tool that will simply execute a program with different privileges. The program will be executed directly and not run as a child, like su and sudo does, which avoids TTY and signal issues. WWW: https://github.com/ncopa/su-exec PR: 272867
5 lines
208 B
Plaintext
5 lines
208 B
Plaintext
su-exec is a simple tool that will simply execute a program with
|
|
different privileges. The program will be executed directly and not
|
|
run as a child, like su and sudo does, which avoids TTY and signal
|
|
issues.
|