act/pkg
Joseph Benden 6b4d359737
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
..
common fix: use github auth token for pulling a repository (#693) 2021-05-19 13:40:28 +00:00
container Add support for container kernel capabilities (#716) 2021-06-04 16:06:59 +00:00
model $GITHUB_PATH support (#566) 2021-05-06 13:30:12 +00:00
runner Add support for container kernel capabilities (#716) 2021-06-04 16:06:59 +00:00