| Commit message (Expand) | Author | Age |
* | rootless: enable shortcut only for podman | Giuseppe Scrivano | 2020-01-29 |
* | rootless: set C variables also on shortcut | Giuseppe Scrivano | 2020-01-20 |
* | fix lint in pkg/rootless | Valentin Rothberg | 2020-01-08 |
* | rootless: add fallback for renameat2 at runtime | Giuseppe Scrivano | 2019-12-04 |
* | rootless: provide workaround for missing renameat2 | Giuseppe Scrivano | 2019-11-06 |
* | rootless: use SYS_renameat2 instead of __NR_renameat2 | Giuseppe Scrivano | 2019-11-06 |
* | rootless: do not enable lingering mode | Giuseppe Scrivano | 2019-10-17 |
* | rootless: drop dependency on docker | Giuseppe Scrivano | 2019-10-16 |
* | show uid_map in podman info | Qi Wang | 2019-10-09 |
* | rootless: automatically recreate the pause.pid file | Giuseppe Scrivano | 2019-10-09 |
* | rootless: do not close files twice | Giuseppe Scrivano | 2019-10-09 |
* | Set log-level immediately, before rootless setup | Matthew Heon | 2019-09-26 |
* | pkg/util: use rootless function to read additional users | Giuseppe Scrivano | 2019-09-03 |
* | rootless: detect user namespace configuration changes | Giuseppe Scrivano | 2019-09-03 |
* | Merge pull request #3782 from eriksjolund/fix_realloc_in_rootless_linux.c | OpenShift Merge Robot | 2019-08-11 |
|\ |
|
| * | Fix incorrect use of realloc() | Erik Sjölund | 2019-08-11 |
* | | Adjust read count so that a newline can be added afterwards | Erik Sjölund | 2019-08-11 |
|/ |
|
* | Fix a couple of errors descovered by coverity | Daniel J Walsh | 2019-08-09 |
* | golangci-lint round #3 | baude | 2019-07-21 |
* | golangci-lint pass number 2 | baude | 2019-07-11 |
* | first pass of corrections for golangci-lint | baude | 2019-07-10 |
* | trivial cleanups from golang | baude | 2019-07-03 |
* | rootless: allow to build without cgo | Giuseppe Scrivano | 2019-07-02 |
* | rootless: do not join namespace if it has already euid == 0 | Giuseppe Scrivano | 2019-07-01 |
* | Merge pull request #3397 from giuseppe/fix-reboot | OpenShift Merge Robot | 2019-06-28 |
|\ |
|
| * | rootless: enable linger if /run/user/UID not exists | Giuseppe Scrivano | 2019-06-27 |
* | | Exclude SIGTERM from blocked signals for pause process. | Danila Kiver | 2019-06-28 |
|/ |
|
* | Build cgo files with -Wall -Werror | Sascha Grunert | 2019-06-21 |
* | Merge pull request #3379 from openSUSE/rootless-fix | OpenShift Merge Robot | 2019-06-21 |
|\ |
|
| * | Fix format specifiers in rootless_linux.c | Sascha Grunert | 2019-06-20 |
* | | Merge pull request #3380 from openSUSE/asprintf-fix | OpenShift Merge Robot | 2019-06-20 |
|\ \ |
|
| * | | Handle possible asprintf failure in rootless_linux.c | Sascha Grunert | 2019-06-20 |
| |/ |
|
* / | Fix execvp uage in rootless_linux.c | Sascha Grunert | 2019-06-20 |
|/ |
|
* | Fix cgo includes for musl | Cameron Nemo | 2019-06-08 |
* | rootless: skip NS_GET_PARENT on old kernels | Giuseppe Scrivano | 2019-06-06 |
* | rootless: block signals on re-exec | Giuseppe Scrivano | 2019-06-03 |
* | rootless: use TEMP_FAILURE_RETRY macro | Giuseppe Scrivano | 2019-05-31 |
* | rootless: fix return type | Giuseppe Scrivano | 2019-05-31 |
* | rootless: make sure the buffer is NUL terminated | Giuseppe Scrivano | 2019-05-31 |
* | rootless: make JoinUserAndMountNS private | Giuseppe Scrivano | 2019-05-25 |
* | rootless: enable loginctl linger | Giuseppe Scrivano | 2019-05-25 |
* | rootless: new function to join existing conmon processes | Giuseppe Scrivano | 2019-05-25 |
* | rootless: block signals for pause | Giuseppe Scrivano | 2019-05-25 |
* | rootless: store also the original GID in the host | Giuseppe Scrivano | 2019-05-23 |
* | rootless: join namespace immediately when possible | Giuseppe Scrivano | 2019-05-17 |
* | rootless: use a pause process | Giuseppe Scrivano | 2019-05-17 |
* | rootless: not close more FDs than needed | Giuseppe Scrivano | 2019-04-18 |
* | Revert "rootless: set controlling terminal for podman in the userns" | Giuseppe Scrivano | 2019-04-14 |
* | rootless: do not block SIGTSTP | Giuseppe Scrivano | 2019-04-12 |
* | rootless: set controlling terminal for podman in the userns | Giuseppe Scrivano | 2019-04-12 |