1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-25 19:17:01 +00:00
Forgejo runner - alpha release, should not be considered secure enough to deploy in production
Find a file
Joseph Benden 160016b5fa Add support for container kernel capabilities (#716)
This patch adds two new command-line flags to specify one or
more kernel capabilities to add or remove from the workflow
containers.

The command-line flag `--container-cap-add` allows for adding
specific capabilities on the workflow containers; where as,

The command-line flag `--container-cap-drop` allows for removing
specific capabilities on the workflow containers.

This was developed to specifically be able to add `SYS_PTRACE`
to a workflow I maintain. It involves using this capability to
monitor a make build, to then build a compilation database.

Signed-off-by: Joseph Benden <joe@benden.us>
2021-06-04 16:06:59 +00:00
.github Add arm64/arm and capture all snapshots (#699) 2021-05-23 08:32:55 -07:00
act Add support for container kernel capabilities (#716) 2021-06-04 16:06:59 +00:00
cmd Add support for container kernel capabilities (#716) 2021-06-04 16:06:59 +00:00
main.go Initial commit with support for GitHub actions 2019-01-12 20:45:25 -08:00