mirror of
https://github.com/flatcar/scripts.git
synced 2026-05-04 19:56:32 +02:00
Force installing some selinux libraries into selinux sysext
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
This commit is contained in:
parent
3882bd2a5d
commit
74ba4c41ed
@ -1,3 +1,12 @@
|
||||
# String format:
|
||||
#
|
||||
# name | packages to install | USE flags | allowed architectures
|
||||
#
|
||||
# packages to install - a comma-separated list of packages to install, can specify a slot too
|
||||
#
|
||||
# USE flags - USE flags passed as an environment variable to emerge; optional, defaults to nothing
|
||||
#
|
||||
# allowed architectures - optional, defaults to all the architectures
|
||||
EXTRA_SYSEXTS=(
|
||||
"incus|app-containers/incus"
|
||||
"nvidia-drivers-535|x11-drivers/nvidia-drivers:0/535|-kernel-open persistenced|amd64"
|
||||
@ -9,7 +18,8 @@ EXTRA_SYSEXTS=(
|
||||
"overlaybd|sys-fs/overlaybd,app-containers/accelerated-container-image"
|
||||
"podman|app-containers/podman,net-misc/passt"
|
||||
"python|dev-lang/python,dev-python/pip"
|
||||
"selinux|sys-apps/policycoreutils,app-admin/setools"
|
||||
# Force installing libselinux and libsemanage - they are only partially installed in prod images
|
||||
"selinux|sys-apps/policycoreutils,app-admin/setools,sys-libs/libselinux,sys-libs/libsemanage"
|
||||
"zfs|sys-fs/zfs"
|
||||
)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user