blob: 8147b7c5503751df663ad2e40567367f22d46c09 (
plain)
1
2
3
4
5
6
|
package instance
import "git.gensokyo.uk/security/hakurei/internal/app/internal/setuid"
// ShimMain is the main function of the shim process and runs as the unconstrained target user.
func ShimMain() { setuid.ShimMain() }
|