summaryrefslogtreecommitdiff
path: root/pkg/spec/spec.go
Commit message (Expand)AuthorAge
* add libpod/configValentin Rothberg2019-10-31
* rootless: detect no system session with --cgroup-manager=systemdGiuseppe Scrivano2019-10-23
* rootless: do not set PIDs limit if --cgroup-manager=cgroupfsGiuseppe Scrivano2019-10-11
* Setup a reasonable default for pids-limit 4096Daniel J Walsh2019-10-04
* rootless: allow cgroupfs manager on cgroups v2Giuseppe Scrivano2019-10-02
* Add support for launching containers without CGroupsMatthew Heon2019-09-10
* Set base mount options for bind mounts from base systemMatthew Heon2019-08-28
* Add support for 'exec', 'suid', 'dev' mount flagsMatthew Heon2019-08-28
* refer to container whose namespace we sharePeter Hunt2019-08-07
* Properly share UTS namespaces in a podPeter Hunt2019-08-07
* Vendor in buildah 1.9.2Daniel J Walsh2019-07-30
* podman: support --userns=ns|containerGiuseppe Scrivano2019-07-25
* Merge pull request #3593 from giuseppe/rootless-privileged-devicesOpenShift Merge Robot2019-07-18
|\
| * rootless: add rw devices with --privilegedGiuseppe Scrivano2019-07-18
* | libpod: support for cgroup namespaceGiuseppe Scrivano2019-07-18
|/
* Populate inspect with security-opt settingsMatthew Heon2019-07-17
* Move the HostConfig portion of Inspect inside libpodMatthew Heon2019-07-17
* spec: rework --ulimit hostGiuseppe Scrivano2019-07-17
* Merge pull request #3563 from giuseppe/fix-single-mapping-rootlessOpenShift Merge Robot2019-07-12
|\
| * spec: fix userns with less than 5 gidsGiuseppe Scrivano2019-07-12
* | Merge pull request #3491 from giuseppe/rlimit-hostOpenShift Merge Robot2019-07-11
|\ \ | |/ |/|
| * podman: add --ulimit hostGiuseppe Scrivano2019-07-08
* | first pass of corrections for golangci-lintbaude2019-07-10
|/
* util: drop IsCgroup2UnifiedMode and use it from cgroupsGiuseppe Scrivano2019-06-26
* rootless: force resources to be nil on cgroup v1Giuseppe Scrivano2019-05-20
* Don't set apparmor if --priviligedDaniel J Walsh2019-05-20
* rootless, spec: allow resources with cgroup v2Giuseppe Scrivano2019-05-13
* Move handling of ReadOnlyTmpfs into new mounts codeMatthew Heon2019-05-01
* Migrate to unified volume handling codeMatthew Heon2019-05-01
* Remove non-config fields from CreateConfigMatthew Heon2019-05-01
* Add a new function for converting a CreateConfigMatthew Heon2019-05-01
* auto pass http_proxy into containerJames Cassell2019-04-30
* Add --read-only-tmpfs optionsDaniel J Walsh2019-04-26
* spec: mask /sys/kernel when bind mounting /sysGiuseppe Scrivano2019-04-11
* oci: add /sys/kernel to the masked pathsGiuseppe Scrivano2019-04-11
* Drop LocalVolumes from our the databaseMatthew Heon2019-04-04
* Add handling for new named volumes code in pkg/specMatthew Heon2019-04-04
* Vendor docker/docker, fsouza and more #2TomSweeneyRedHat2019-03-13
* Fix SELinux on host shared systems in usernsDaniel J Walsh2019-03-11
* podman: fix ro bind mounts if no* opts are on the sourceGiuseppe Scrivano2019-02-25
* rootless: do not override /dev/pts if not neededGiuseppe Scrivano2019-02-06
* rootless: fix --pid=host without --privilegedGiuseppe Scrivano2019-01-18
* apparmor: apply default profile at container initializationValentin Rothberg2019-01-09
* Update vendor of runcDaniel J Walsh2019-01-04
* Fixes to handle /dev/shm correctly.Daniel J Walsh2018-12-24
* Allow users to specify a directory for additonal devicesDaniel J Walsh2018-12-21
* rootless: add new netmode "slirp4netns"Giuseppe Scrivano2018-11-27
* Mount proper cgroup for systemd to manage inside of the container.Daniel J Walsh2018-10-15
* Merge pull request #1557 from rhatdan/systemdOpenShift Merge Robot2018-10-04
|\
| * Don't tmpcopyup on systemd cgroupDaniel J Walsh2018-09-29