summaryrefslogtreecommitdiff
path: root/daemon/seccomp_linux.go
Commit message (Expand)AuthorAgeFilesLines
* Remove "seccomp" build tagTianon Gravi2022-05-121-3/+0
* daemon: load and cache sysInfo on initializationSebastiaan van Stijn2022-01-121-1/+1
* Update to Go 1.17.0, and gofmt with Go 1.17Sebastiaan van Stijn2021-08-241-0/+1
* daemon: allow "builtin" as valid value for seccomp profilesSebastiaan van Stijn2021-08-071-1/+3
* Fix daemon.json and daemon --seccomp-profile not accepting "unconfined"Sebastiaan van Stijn2021-08-071-0/+2
* Add const for "unconfined" and default seccomp profilesSebastiaan van Stijn2021-08-071-2/+3
* Simplify seccomp logicPaulo Gomes2020-09-091-28/+13
* daemon: make supportsSeccomp a constSebastiaan van Stijn2019-10-131-1/+1
* goimports: fix importsSebastiaan van Stijn2019-09-181-1/+1
* daemon/seccomp_linux.go: fix error-capitalization (golint)Sebastiaan van Stijn2019-09-181-2/+2
* Export all spec generation optsMichael Crosby2019-04-101-28/+34
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Update logrus to v1.0.1Derek McGowan2017-07-311-1/+1
* Update moby to runc and oci 1.0 runtime final rcMichael Crosby2017-05-051-1/+1
* daemon: add a flag to override the default seccomp profileAntonio Murdaca2016-11-021-3/+10
* New seccomp formatAntonio Murdaca2016-09-011-1/+1
* Replace old oci specs import with runtime-specsMichael Crosby2016-08-171-1/+1
* Fix seccomp output in `docker info`Yong Tang2016-07-081-0/+2
* Align default seccomp profile with selected capabilitiesJustin Cormack2016-05-111-1/+1
* Reuse profiles/seccomp packageTonis Tiigi2016-03-191-62/+8
* Replace execdrivers with containerd implementationTonis Tiigi2016-03-181-0/+100