summaryrefslogtreecommitdiff
path: root/pkg/rootless
Commit message (Expand)AuthorAge
* remote: do not join user NSValentin Rothberg2022-04-26
* If newuidmap or newgidmap fail, then check their permissionsDaniel J Walsh2022-04-08
* Remove error stutterDaniel J Walsh2022-03-25
* fix a number of errcheck issuesValentin Rothberg2022-03-22
* linter: enable nilerrValentin Rothberg2022-03-22
* go fmt: use go 1.18 conditional-build syntaxValentin Rothberg2022-03-18
* rootless: report correctly the errorGiuseppe Scrivano2022-01-19
* bump go module to version 4Valentin Rothberg2022-01-18
* Merge pull request #12429 from cdoern/scpOpenShift Merge Robot2022-01-05
|\
| * podman image scp never enter podman user NScdoern2021-12-23
* | rootless: include the args in the debug messageGiuseppe Scrivano2021-12-17
|/
* [NO NEW TESTS NEEDED] rootless: declare TEMP_FAILURE_RETRY before usage (Fixe...Marc Nguyen2021-12-10
* Merge pull request #12325 from giuseppe/rootless-use-auto-cleanupOpenShift Merge Robot2021-11-17
|\
| * rootless: drop strerror(errno) callsGiuseppe Scrivano2021-11-17
| * rootless: reuse existing open_namespace functionGiuseppe Scrivano2021-11-17
| * rootless: use auto cleanup functionsGiuseppe Scrivano2021-11-17
* | rootless: use catatonit to maintain user+mnt namespaceGiuseppe Scrivano2021-11-17
|/
* rootless: adjust error messageGiuseppe Scrivano2021-11-10
* podman machine: do not join usernsPaul Holzinger2021-09-27
* standardize logrus messages to upper caseDaniel J Walsh2021-09-22
* make sure that signal buffers are sufficiently bigValentin Rothberg2021-08-17
* rootless: avoid zombie process on first launchGiuseppe Scrivano2021-07-29
* rootless: check that / is mounted as sharedGiuseppe Scrivano2021-07-28
* podman: ignore ESRCH from killGiuseppe Scrivano2021-07-01
* rootless: fix fast join userns pathGiuseppe Scrivano2021-06-09
* rootless: fix SIGSEGV ,make LISTEN_FDNAMES optional [Closes #10435].flouthoc2021-05-29
* rootless: improve automatic range splitGiuseppe Scrivano2021-05-05
* rootless: Tell the user what was led to the error, not just what it isAndrej Shadura2021-04-27
* rootless: attempt to copy current mappings firstGiuseppe Scrivano2021-04-26
* rootless: if root is not sub?id raise a debug messageGiuseppe Scrivano2021-04-22
* Move socket activation check into init() and set global condition.pendulm2021-04-05
* Merge pull request #9855 from giuseppe/fix-service-race-conditionOpenShift Merge Robot2021-03-29
|\
| * rootless: use is_fd_inheritedGiuseppe Scrivano2021-03-29
* | [NO TESTS NEEDED] Shrink the size of podman-remoteDaniel J Walsh2021-03-29
|/
* bump go module to v3Valentin Rothberg2021-02-22
* Log working dir when chdir failsJonas Schievink2021-02-19
* leak fix in rootless_linux.c fcn can_use_shortcutJakub Guzik2021-02-19
* Enable stylecheck linterPaul Holzinger2021-02-11
* rootless: automatically split userns rangesGiuseppe Scrivano2021-01-07
* rootless: add function to retrieve uid mappingsGiuseppe Scrivano2021-01-07
* rootless: add function to retrieve gid mappingsGiuseppe Scrivano2021-01-07
* SpellingJosh Soref2020-12-22
* Remove excessive error wrappingKir Kolyshkin2020-10-05
* rootless: use sync.Once for GetAvailableGids()Giuseppe Scrivano2020-10-02
* rootless: move GetAvailableGids to the rootless pkgGiuseppe Scrivano2020-10-02
* 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