summaryrefslogtreecommitdiff
path: root/oci
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #44275 from thaJeztah/move_pkg_system_funcsSebastiaan van Stijn2022-12-161-0/+18
|\
| * pkg/system: deprecate DefaultPathEnv, move to ociSebastiaan van Stijn2022-11-291-0/+18
* | testing: move fuzzers over from OSS-FuzzAdamKorcz2022-11-301-0/+30
|/
* oci: use filepath.WalkDir instead of filepath.WalkSebastiaan van Stijn2022-10-091-1/+1
* oci.DevicesFromPath() switch to use containerd implementationSebastiaan van Stijn2022-09-293-59/+11
* runconfig, oci, image, layer, distribution: fix empty-lines (revive)Sebastiaan van Stijn2022-09-281-2/+0
* gofmt GoDoc comments with go1.19Sebastiaan van Stijn2022-07-081-7/+8
* oci: inheritable capability set should be emptySamuel Karp2022-02-082-13/+16
* oci/caps: limit available capabilities to current environmentSebastiaan van Stijn2021-10-153-32/+67
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-271-2/+2
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-241-0/+1
* oci/caps: simplify, and remove types that were not neededSebastiaan van Stijn2021-08-041-25/+11
* oci/caps: improve error message for unsupported capabilitiesSebastiaan van Stijn2021-08-041-2/+5
* oci/caps: use map for capabilities to simplify lookupSebastiaan van Stijn2021-08-041-3/+3
* oci/caps: generate list of all capabilities on "init"Sebastiaan van Stijn2021-08-041-9/+10
* oci/caps: minor optimization in initSebastiaan van Stijn2021-08-041-7/+14
* oci/caps: rename some vars that conflicted with imports / built-insSebastiaan van Stijn2021-08-041-6/+6
* oci/caps: remove hack for RHEL6 kernelsSebastiaan van Stijn2021-08-041-4/+0
* Revert "Temporarily disable CAP_PERFMON, CAP_BPF, and CAP_CHECKPOINT_RESTORE"Sebastiaan van Stijn2021-08-031-12/+0
* daemon, oci: remove LCOW bitsSebastiaan van Stijn2021-07-271-145/+132
* reformat "nolint" commentsSebastiaan van Stijn2021-06-101-1/+1
* replace uses of deprecated libcontainer/configs.DeviceSebastiaan van Stijn2021-06-023-26/+5
* oci/caps: remove unused GetCapability() and ValidateCapabilities()Sebastiaan van Stijn2021-05-061-22/+0
* oci.Device() fix FileMode to match runtime specSebastiaan van Stijn2021-02-182-1/+33
* Fix daemon panic when starting container with invalid device cgroup ruleSebastiaan van Stijn2021-01-222-1/+174
* Fix permissions on oci fixtures filesArnaud Rebillout2020-11-272-0/+0
* Temporarily disable CAP_PERFMON, CAP_BPF, and CAP_CHECKPOINT_RESTORESebastiaan van Stijn2020-10-161-0/+12
* oci: add tests for loading seccomp profilesSebastiaan van Stijn2020-09-294-0/+2472
* vendor runc 67169a9d43456ff0d5ae12b967acb8e366e2f181Jintao Zhang2020-07-301-1/+1
* oci/deviceCgroup(): remove redundant variableSebastiaan van Stijn2020-07-291-2/+1
* Replace service "Capabilities" w/ add/drop APIBrian Goff2020-07-271-7/+1
* Move DefaultCapabilities() to caps packageOlli Janatuinen2019-11-142-24/+26
* oci: fix SA4009: argument e is overwritten before first use (staticcheck)Sebastiaan van Stijn2019-09-181-1/+2
* goimports: fix importsSebastiaan van Stijn2019-09-183-3/+3
* Capabilities refactorOlli Janatuinen2019-01-223-63/+81
* Move caps and device spec utils to `oci` pkgMichael Crosby2018-12-112-0/+219
* Masked /proc/asoundJonathan A. Schweder2018-11-301-1/+1
* Add /proc/acpi to masked pathsAntonio Murdaca2018-07-051-0/+1
* Various code-cleanupSebastiaan van Stijn2018-05-232-2/+2
* Add /proc/keys to masked pathsJustin Cormack2018-02-211-0/+1
* Add canonical import commentDaniel Nephin2018-02-054-4/+4
* Don't special case /sys/firmware in masked pathsJohn Howard2017-11-081-5/+1
* Add /proc/scsi to masked pathsJustin Cormack2017-11-031-0/+1
* Fixes LCOW after containerd 1.0 introduced regressionsJohn Howard2017-10-271-0/+1
* Remove solaris filesMichael Crosby2017-10-241-13/+1
* Update libcontainerd to use containerd 1.0Kenfe-Mickael Laventure2017-10-201-10/+8
* Merge pull request #34356 from mlaventure/update-containerdJohn Howard2017-08-241-17/+16
|\
| * Update Windows and LCOW to use v1.0.0 runtime-specDarren Stahl2017-08-211-5/+15
| * Update containerd to 06b9cb35161009dcb7123345749fef02f7cea8e0Kenfe-Mickael Laventure2017-08-211-12/+1
* | Dropped hyphen in bind mount where appropriateChristophe Vidal2017-08-191-1/+1
|/