tools: add pw-container tool

This makes a new custom security context with the given properties
and runs the program in this context.
This commit is contained in:
Wim Taymans 2024-02-08 18:07:21 +01:00
parent 477c6e8e90
commit 81181e255f
3 changed files with 275 additions and 1 deletions

View file

@ -1,6 +1,7 @@
tools_sources = [
[ 'pw-mon', [ 'pw-mon.c' ] ],
[ 'pw-config', [ 'pw-config.c' ] ],
[ 'pw-container', [ 'pw-container.c' ] ],
[ 'pw-dot', [ 'pw-dot.c' ] ],
[ 'pw-dump', [ 'pw-dump.c' ] ],
[ 'pw-profiler', [ 'pw-profiler.c' ] ],