July 24, 2020
View 24f173a

Replace service "Capabilities" w/ add/drop API

Brian Goff authored on 2020/07/24 03:03:15
May 5, 2020
View a821680

vendor: opencontainers/selinux v1.5.1

Sebastiaan van Stijn authored on 2020/05/05 22:35:03
January 3, 2020
View 03163f6

Merge pull request #40291 from akhilerm/privileged-device

Brian Goff authored on 2020/01/03 03:09:31
January 2, 2020
View 86ebbe1

remove host directory check

Akhil Mohan authored on 2020/01/02 17:58:51
November 27, 2019
View f4f56b1

daemon: normalize comment formatting

Sebastiaan van Stijn authored on 2019/11/27 23:43:53
August 9, 2019
View eb14d93

daemon: rename variables that collide with imported package names

Sebastiaan van Stijn authored on 2019/08/09 21:10:07
December 19, 2018
View f600211

Extract container-config and container-hostconfig validation

Sebastiaan van Stijn authored on 2018/12/19 09:28:08
View 5fc0f03

Extract workingdir validation/conversion to a function

Sebastiaan van Stijn authored on 2018/12/19 09:16:31
View c0697c2

Extract port-mapping validation to a function

Sebastiaan van Stijn authored on 2018/12/19 09:13:54
View e180951

Extract restart-policy-validation to a function

Sebastiaan van Stijn authored on 2018/12/19 09:12:08
View 6a7da0b

Extract healthcheck-validation to a function

Sebastiaan van Stijn authored on 2018/12/19 09:09:06
View e278678

Remove unused argument from verifyPlatformContainerSettings

Sebastiaan van Stijn authored on 2018/12/19 07:20:17
View 10c97b9

Unify logging container validation warnings

Sebastiaan van Stijn authored on 2018/12/19 07:17:23
December 17, 2018
View 80d7bfd

Capabilities refactor - Add support for exact list of capabilities, support only OCI model - Support OCI model on CapAdd and CapDrop but remain backward compatibility - Create variable locally instead of declaring it at the top - Use const for magic "ALL" value - Rename `cap` variable as it overlaps with `cap()` built-in - Normalize and validate capabilities before use - Move validation for conflicting options to validateHostConfig() - TweakCapabilities: simplify logic to calculate capabilities

Olli Janatuinen authored on 2018/12/17 00:11:37
February 9, 2018
View 03b3ec1

make --device works at privileged mode

wenlxie authored on 2018/02/09 17:03:08