security/su-exec: New port: Switch user and group id and exec
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