summaryrefslogtreecommitdiff
path: root/profiles/seccomp/seccomp.go
Commit message (Expand)AuthorAgeFilesLines
* seccomp: Seccomp: embed oci-spec LinuxSeccomp, add support for seccomp flagsSebastiaan van Stijn2021-07-171-8/+5
* seccomp: improve GoDoc for Seccomp fieldsSebastiaan van Stijn2021-07-161-3/+13
* seccomp: Sync fields with runtime-spec fieldsRodrigo Campos2021-07-081-1/+5
* profiles/seccomp.Syscall: use pointers and omitemptySebastiaan van Stijn2021-06-171-4/+4
* seccomp.Syscall: embed runtime-spec Syscall typeSebastiaan van Stijn2021-06-171-8/+11
* seccomp: implement marshal/unmarshall for MinVersionSebastiaan van Stijn2020-10-071-2/+58
* seccomp: remove dependency on pkg/parsers/kernelSebastiaan van Stijn2020-10-021-3/+10
* seccomp: replace types with runtime-spec typesSebastiaan van Stijn2020-09-181-69/+13
* seccomp: move seccomp types from api into seccomp profileSebastiaan van Stijn2020-09-181-0/+94
* Remove dependency in dockerd on libseccompBrian Goff2020-09-111-189/+0
* profiles/seccomp: improve profile conversionKir Kolyshkin2019-06-181-7/+5
* seccomp: review updateTonis Tiigi2019-02-051-15/+16
* seccomp: allow ptrace for 4.8+ kernelsTonis Tiigi2018-11-041-1/+31
* If container will run as non root user, drop permitted, effective caps earlyJustin Cormack2018-03-191-2/+2
* Add canonical import commentDaniel Nephin2018-02-051-1/+1
* Copy Inslice() to those parts that use itChao Wang2017-11-101-5/+15
* Update moby to runc and oci 1.0 runtime final rcMichael Crosby2017-05-051-13/+13
* profiles/seccomp: fix commentAntonio Murdaca2016-11-251-1/+1
* Add engine-api types to dockerMichael Crosby2016-09-071-1/+1
* New seccomp formatAntonio Murdaca2016-09-011-22/+98
* Replace old oci specs import with runtime-specsMichael Crosby2016-08-171-1/+1
* Align default seccomp profile with selected capabilitiesJustin Cormack2016-05-111-2/+2
* Reuse profiles/seccomp packageTonis Tiigi2016-03-191-35/+13
* fix some typos.allencloud2016-03-101-1/+1
* generate seccomp profile convert typeJessica Frazelle2016-02-191-2/+2
* add default seccomp profile as jsonJessica Frazelle2016-02-081-1/+3
* move default seccomp profile into packageJessica Frazelle2016-01-211-0/+94