mirror of
https://github.com/containers/podman.git
synced 2025-06-25 20:26:51 +08:00
Merge pull request #16859 from dfr/freebsd-rootless
pkg/rootless: Change error text ...
This commit is contained in:
@ -22,7 +22,7 @@ func IsRootless() bool {
|
||||
// If podman was re-executed the caller needs to propagate the error code returned by the child
|
||||
// process. It is a convenience function for BecomeRootInUserNSWithOpts with a default configuration.
|
||||
func BecomeRootInUserNS(pausePid string) (bool, int, error) {
|
||||
return false, -1, errors.New("this function is not supported on this os")
|
||||
return false, -1, errors.New("Rootless mode is not supported on FreeBSD - run podman as root")
|
||||
}
|
||||
|
||||
// GetRootlessUID returns the UID of the user in the parent userNS
|
||||
|
Reference in New Issue
Block a user