diff options
| author | 2025-03-23 21:07:43 +0100 | |
|---|---|---|
| committer | 2025-03-23 21:11:18 +0100 | |
| commit | 14689b37374883db57076c5e90be150e3214b740 (patch) | |
| tree | d3ecdd30c5ee5d807eaeac0ace63b3acbbd51f04 /teams/cloud | |
| parent | db073ec6ab1bf29c62c077e07086b782115258d4 (diff) | |
| download | kiwi-descriptions-14689b37374883db57076c5e90be150e3214b740.tar.gz kiwi-descriptions-14689b37374883db57076c5e90be150e3214b740.zip | |
toolbox: include `policycoreutils`
It can be useful to have access to `setfiles` inside a `toolbx`
container. Especially when using them as bootstrap roots to setup
other trees.
Signed-off-by: Simon de Vlieger <supakeen@redhat.com>
Diffstat (limited to 'teams/cloud')
| -rw-r--r-- | teams/cloud/container.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/teams/cloud/container.xml b/teams/cloud/container.xml index 2e7f0e8..f466592 100644 --- a/teams/cloud/container.xml +++ b/teams/cloud/container.xml @@ -258,6 +258,7 @@ <package name="p11-kit"/> <package name="pam"/> <package name="pigz"/> + <package name="policycoreutils"/> <package name="procps-ng"/> <package name="psmisc"/> <package name="python3"/> |