summaryrefslogtreecommitdiff
path: root/pkg/rootless
Commit message (Expand)AuthorAge
* rootless: fix hang when newidmap is not installedGiuseppe Scrivano2020-09-25
* Wait for reexec to finish when fileOutput is nilJonathan Dieter2020-08-15
* Fix hang when `path` doesn't existJonathan Dieter2020-08-11
* validate fds --preserve-fdsQi Wang2020-08-04
* rootless: system service joins immediately the namespacesGiuseppe Scrivano2020-08-03
* rootless: add a check for the host id included in the rangeGiuseppe Scrivano2020-07-30
* rootless: child exits immediately on userns errorsGiuseppe Scrivano2020-07-30
* rootless: do not ignore errors if mappings are specifiedGiuseppe Scrivano2020-07-30
* Add podman image mountDaniel J Walsh2020-07-28
* Switch all references to github.com/containers/libpod -> podmanDaniel J Walsh2020-07-28
* Cleanup handling of podman mount/unmountDaniel J Walsh2020-07-27
* move go module to v2Valentin Rothberg2020-07-06
* rootless_linux: improve error messageDouglas Schilling Landgraf2020-06-21
* rootless: move ns open before forkGiuseppe Scrivano2020-04-29
* rootless: move join namespace inside child processGiuseppe Scrivano2020-04-20
* rootless: skip looking up parent user nsGiuseppe Scrivano2020-04-20
* rootless: use snprintfGiuseppe Scrivano2020-04-13
* rootless: fix usage with hidepid=1Giuseppe Scrivano2020-03-19
* Merge pull request #5324 from giuseppe/fix-running-no-pauseOpenShift Merge Robot2020-02-25
|\
| * rootless: become root only if the pause file is specifiedGiuseppe Scrivano2020-02-25
* | rootless: fix segfault when open fd >= FD_SETSIZEGiuseppe Scrivano2020-02-25
|/
* rootless: check if the conmon process is validGiuseppe Scrivano2020-02-17
* rootless: enable shortcut only for podmanGiuseppe Scrivano2020-01-29
* rootless: set C variables also on shortcutGiuseppe Scrivano2020-01-20
* fix lint in pkg/rootlessValentin Rothberg2020-01-08
* rootless: add fallback for renameat2 at runtimeGiuseppe Scrivano2019-12-04
* rootless: provide workaround for missing renameat2Giuseppe Scrivano2019-11-06
* rootless: use SYS_renameat2 instead of __NR_renameat2Giuseppe Scrivano2019-11-06
* rootless: do not enable lingering modeGiuseppe Scrivano2019-10-17
* rootless: drop dependency on dockerGiuseppe Scrivano2019-10-16
* show uid_map in podman infoQi Wang2019-10-09
* rootless: automatically recreate the pause.pid fileGiuseppe Scrivano2019-10-09
* rootless: do not close files twiceGiuseppe Scrivano2019-10-09
* Set log-level immediately, before rootless setupMatthew Heon2019-09-26
* pkg/util: use rootless function to read additional usersGiuseppe Scrivano2019-09-03
* rootless: detect user namespace configuration changesGiuseppe Scrivano2019-09-03
* Merge pull request #3782 from eriksjolund/fix_realloc_in_rootless_linux.cOpenShift Merge Robot2019-08-11
|\
| * Fix incorrect use of realloc()Erik Sjölund2019-08-11
* | Adjust read count so that a newline can be added afterwardsErik Sjölund2019-08-11
|/
* Fix a couple of errors descovered by coverityDaniel J Walsh2019-08-09
* 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: do not join namespace if it has already euid == 0Giuseppe Scrivano2019-07-01
* Merge pull request #3397 from giuseppe/fix-rebootOpenShift Merge Robot2019-06-28
|\
| * rootless: enable linger if /run/user/UID not existsGiuseppe Scrivano2019-06-27
* | Exclude SIGTERM from blocked signals for pause process.Danila Kiver2019-06-28
|/
* Build cgo files with -Wall -WerrorSascha Grunert2019-06-21