push
This commit is contained in:
commit
1d167420c3
89 changed files with 10707 additions and 0 deletions
9
cmd/yggdrasil/chuser_other.go
Normal file
9
cmd/yggdrasil/chuser_other.go
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
//go:build !aix && !darwin && !dragonfly && !freebsd && !linux && !netbsd && !openbsd && !solaris
|
||||
|
||||
package main
|
||||
|
||||
import "errors"
|
||||
|
||||
func chuser(user string) error {
|
||||
return errors.New("setting uid/gid is not supported on this platform")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue