act/cmd
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
..
graph.go Add `super-linter` + fix lint issues (#650) 2021-05-03 09:52:03 -07:00
input.go Add support for container kernel capabilities (#716) 2021-06-04 16:06:59 +00:00
list.go Have List suggest -W for duplicate jobs (#691) 2021-05-20 14:12:10 +00:00
platforms.go Update Docker images (#524) 2021-02-23 09:49:24 -08:00
root.go Add support for container kernel capabilities (#716) 2021-06-04 16:06:59 +00:00
secrets.go fix: replace `gopass` lib with `golang.org/x/term` (#674) 2021-05-06 20:13:14 +00:00