summaryrefslogtreecommitdiff
path: root/pkg/rootless/rootless_linux.go
Commit message (Expand)AuthorAge
* golangci-lint round #3baude2019-07-21
* golangci-lint pass number 2baude2019-07-11
* first pass of corrections for golangci-lintbaude2019-07-10
* trivial cleanups from golangbaude2019-07-03
* rootless: allow to build without cgoGiuseppe Scrivano2019-07-02
* rootless: enable linger if /run/user/UID not existsGiuseppe Scrivano2019-06-27
* Build cgo files with -Wall -WerrorSascha Grunert2019-06-21
* Fix cgo includes for muslCameron Nemo2019-06-08
* rootless: skip NS_GET_PARENT on old kernelsGiuseppe Scrivano2019-06-06
* rootless: make JoinUserAndMountNS privateGiuseppe Scrivano2019-05-25
* rootless: enable loginctl lingerGiuseppe Scrivano2019-05-25
* rootless: new function to join existing conmon processesGiuseppe Scrivano2019-05-25
* rootless: store also the original GID in the hostGiuseppe Scrivano2019-05-23
* rootless: join namespace immediately when possibleGiuseppe Scrivano2019-05-17
* rootless: use a pause processGiuseppe Scrivano2019-05-17
* rootless: do not block SIGTSTPGiuseppe Scrivano2019-04-12
* rootless: use a single user namespaceGiuseppe Scrivano2019-04-01
* rootless: remove SkipStorageSetup()Giuseppe Scrivano2019-04-01
* rootless: change env prefixGiuseppe Scrivano2019-03-28
* rootless: use Geteuid instead of GetuidGiuseppe Scrivano2019-03-15
* Merge pull request #2583 from giuseppe/rootless-fix-pod-rmOpenShift Merge Robot2019-03-11
|\
| * rootless: support a custom arg to the new processGiuseppe Scrivano2019-03-11
* | rootless: allow single mappingsGiuseppe Scrivano2019-03-11
|/
* rootless: propagate errors from infoGiuseppe Scrivano2019-03-08
* exec: support --preserve-fdsGiuseppe Scrivano2019-03-02
* rootless, new[ug]idmap: on failure add outputGiuseppe Scrivano2019-02-28
* rootless: add function to join user and mount namespaceGiuseppe Scrivano2018-12-21
* rootless: raise error if newuidmap/newgidmap are not installedGiuseppe Scrivano2018-12-03
* rootless: call IsRootless just onceGiuseppe Scrivano2018-11-14
* Better document rootless containersDaniel J Walsh2018-11-10
* rootless: error out if there are not enough UIDs/GIDs availableGiuseppe Scrivano2018-09-21
* rootless: skip usage of filepath.JoinGiuseppe Scrivano2018-09-21
* create, rootless: join the userns of ns:PATHGiuseppe Scrivano2018-09-21
* rootless: check uid with Geteuid() instead of Getuid()Giuseppe Scrivano2018-09-04
* rootless: unexport GetUserNSForPidGiuseppe Scrivano2018-08-29
* rootless: add new function to join existing namespaceGiuseppe Scrivano2018-08-29
* rootless: exec handle processes that create an user namespaceGiuseppe Scrivano2018-08-26
* rootless: fix execGiuseppe Scrivano2018-08-26
* rootless: fix user lookup if USER= is not setGiuseppe Scrivano2018-08-08
* rootless: do not set setgroups to deny when using newuidmapGiuseppe Scrivano2018-08-02
* rootless: require subids to be presentGiuseppe Scrivano2018-07-16
* rootless: correctly propagate the exit status from the containerGiuseppe Scrivano2018-07-13
* rootless: Merge rootless.go back into rootless_linux.goW. Trevor King2018-07-06
* rootless: add function to retrieve the original UIDGiuseppe Scrivano2018-07-05
* changes to allow for darwin compilationbaude2018-06-29