Merge pull request #14010 from vrothberg/remote-rootless

remote: do not join user NS
This commit is contained in:
OpenShift Merge Robot 2022-04-26 10:55:56 -04:00 committed by GitHub
commit e7edf30a1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ import (
)
/*
#cgo remoteclient CFLAGS: -Wall -Werror -DDISABLE_JOIN_SHORTCUT
#cgo remote CFLAGS: -Wall -Werror -DDISABLE_JOIN_SHORTCUT
#include <stdlib.h>
#include <sys/types.h>
extern uid_t rootless_uid();