aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/app/instance/shim.go
blob: bc497ad3df163bc189c699cfecc4afaf237320d5 (plain)
1
2
3
4
5
6
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() }