automation-tests/common
renovate[bot] c5572ece97 chore(deps): update module github.com/go-jose/go-jose/v4 to v4.0.5 [security]
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-26 17:58:53 +00:00
..
.github chore(deps): update dependency golangci/golangci-lint to v1.64.5 2025-02-17 15:53:36 +00:00
cmd/seccomp chore: remove outdated build constraints 2024-01-03 22:56:00 +02:00
contrib/redhat use new "lookaside" setting for RH registries 2024-05-07 13:14:06 -04:00
docs Allow Podman to send the container's hostname to Netavark 2024-11-28 13:35:36 -07:00
hack CI: check for possible diff after make vendor 2023-07-12 14:21:24 +02:00
internal use std maps package where possible 2025-02-14 11:50:50 +01:00
libimage fix issues reported by usetesting 2025-02-14 11:50:50 +01:00
libnetwork fix issues reported by errcheck 2025-02-14 11:50:50 +01:00
logos Add RamaLama logo 2025-01-23 22:07:29 +00:00
pkg Merge pull request #2323 from Luap99/lint 2025-02-17 15:53:04 +00:00
rpm spec: create/own /etc/containers/networks 2024-12-05 16:26:51 -05:00
tests new libimage package 2021-04-21 11:17:47 +02:00
tools seccomp: add CI check for up-to-date seccomp.json 2021-01-27 21:40:45 +11:00
vendor chore(deps): update module github.com/go-jose/go-jose/v4 to v4.0.5 [security] 2025-02-26 17:58:53 +00:00
version Bump to c/common v0.63.0-dev 2025-01-31 12:58:27 -05:00
.cirrus.yml chore(deps): update dependency containers/automation_images to v20250131 2025-02-03 18:29:26 +00:00
.codespelldict Fix typos across repo; extend codespell config 2024-01-03 23:38:47 +02:00
.codespellrc Packit: New workflow for downstream Fedora and CentOS Stream 10 2024-05-06 08:15:58 -04:00
.gitignore libnetwork/netavark: add test plugin 2023-04-04 18:20:18 +02:00
.golangci-extra.yml Fix missing build tag for c/storage 2024-04-25 16:16:56 +02:00
.golangci.yml update golangci.yml 2024-09-05 15:35:25 +02:00
.packit.yaml Packit: constrain koji_build job to fedora package to avoid dupes 2024-10-08 15:53:03 +05:30
CODE-OF-CONDUCT.md Add list members emails to the CoC 2023-09-28 14:25:17 -04:00
CONTRIBUTING.md update CONTRIBUTING.md 2024-10-21 15:07:26 +02:00
LICENSE add Apache 2.0 license file 2019-11-18 10:41:54 +01:00
Makefile Makefile: always use GOPROXY 2025-01-21 17:29:00 +01:00
OWNERS OWNERS: remove edsantiago 2024-11-26 15:14:38 +01:00
README.md readme: update contact info 2024-10-21 14:50:28 +02:00
SECURITY.md Touch up Security title 2020-05-04 17:47:51 -04:00
go.mod chore(deps): update module github.com/go-jose/go-jose/v4 to v4.0.5 [security] 2025-02-26 17:58:53 +00:00
go.sum chore(deps): update module github.com/go-jose/go-jose/v4 to v4.0.5 [security] 2025-02-26 17:58:53 +00:00

README.md

containers/common

Location for shared common files and common go code to manage those files in github.com/containers repos.

The common files to one or more projects in the containers group will be kept in this repository.

It will be up to the individual projects to include the files from this repository.

seccomp

The seccomp package in pkg/seccomp is a set of Go libraries used by container runtimes to generate and load seccomp mappings into the kernel.

seccomp (short for secure computing mode) is a BPF based syscall filter language and present a more conventional function-call based filtering interface that should be familiar to, and easily adopted by, application developers.

Building the seccomp.json file

The make target make seccomp.json generates the seccomp.json file, which contains the allowed list of syscalls that can be used by container runtime engines like CRI-O, Buildah, Podman and Docker, and container runtimes like OCI Runc to control the syscalls available to containers.

Supported build tags

Contributing

When developing this library, please use make (or make … BUILDTAGS=…) to take advantage of the tests and validation.

Contact

https://podman.io/community