forked from security/hakurei
This reduces the scope of the fst package, which was growing questionably large. Signed-off-by: Ophestra <cat@gensokyo.uk>
7 lines
224 B
Go
7 lines
224 B
Go
package instance
|
|
|
|
import "git.gensokyo.uk/security/fortify/internal/app/internal/setuid"
|
|
|
|
// ShimMain is the main function of the shim process and runs as the unconstrained target user.
|
|
func ShimMain() { setuid.ShimMain() }
|