summaryrefslogtreecommitdiff
path: root/pkg/rootless
Commit message (Expand)AuthorAge
* 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
* Merge pull request #3379 from openSUSE/rootless-fixOpenShift Merge Robot2019-06-21
|\
| * Fix format specifiers in rootless_linux.cSascha Grunert2019-06-20
* | Merge pull request #3380 from openSUSE/asprintf-fixOpenShift Merge Robot2019-06-20
|\ \
| * | Handle possible asprintf failure in rootless_linux.cSascha Grunert2019-06-20
| |/
* / Fix execvp uage in rootless_linux.cSascha Grunert2019-06-20
|/
* Fix cgo includes for muslCameron Nemo2019-06-08
* rootless: skip NS_GET_PARENT on old kernelsGiuseppe Scrivano2019-06-06
* rootless: block signals on re-execGiuseppe Scrivano2019-06-03
* rootless: use TEMP_FAILURE_RETRY macroGiuseppe Scrivano2019-05-31
* rootless: fix return typeGiuseppe Scrivano2019-05-31
* rootless: make sure the buffer is NUL terminatedGiuseppe Scrivano2019-05-31
* 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: block signals for pauseGiuseppe 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: not close more FDs than neededGiuseppe Scrivano2019-04-18
* Revert "rootless: set controlling terminal for podman in the userns"Giuseppe Scrivano2019-04-14
* rootless: do not block SIGTSTPGiuseppe Scrivano2019-04-12
* rootless: set controlling terminal for podman in the usernsGiuseppe 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