mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
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:
parent
477c6e8e90
commit
81181e255f
3 changed files with 275 additions and 1 deletions
|
|
@ -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' ] ],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue