diff options
author | Stefano Brivio <sbrivio@redhat.com> | 2025-06-10 16:51:46 +0200 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2025-06-11 16:24:47 +0200 |
commit | 98da8a94693f5c138188acd83dc352f197a64817 (patch) | |
tree | 5a56200ae9e5ef25f616ed906ad00727fbf8376b | |
parent | 754c6d728686c5d115bd97c628d53733776dd711 (diff) | |
download | passt-98da8a94693f5c138188acd83dc352f197a64817.tar passt-98da8a94693f5c138188acd83dc352f197a64817.tar.gz passt-98da8a94693f5c138188acd83dc352f197a64817.tar.bz2 passt-98da8a94693f5c138188acd83dc352f197a64817.tar.lz passt-98da8a94693f5c138188acd83dc352f197a64817.tar.xz passt-98da8a94693f5c138188acd83dc352f197a64817.tar.zst passt-98da8a94693f5c138188acd83dc352f197a64817.zip |
fedora: Add container-selinux as dependency for passt-selinux
Commit 7aeda16a7818 ("selinux: Transition to pasta_t in containers")
introduces usage of container_user_r, container_runtime_t, and
container_t, which are provided by the container-selinux package.
Link: https://bodhi.fedoraproject.org/updates/FEDORA-2025-f454466bb6
Link: https://bugzilla.redhat.com/show_bug.cgi?id=2371159
Fixes: 7aeda16a7818 ("selinux: Transition to pasta_t in containers")
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Tested-by: Max Chernoff <git@maxchernoff.ca>
-rw-r--r-- | contrib/fedora/passt.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/fedora/passt.spec b/contrib/fedora/passt.spec index e7feaf8..e52f50f 100644 --- a/contrib/fedora/passt.spec +++ b/contrib/fedora/passt.spec @@ -38,7 +38,9 @@ requiring any capabilities or privileges. BuildArch: noarch Summary: SELinux support for passt and pasta Requires: selinux-policy-%{selinuxtype} +Requires: container-selinux Requires(post): selinux-policy-%{selinuxtype} +Requires(post): container-selinux Requires(post): policycoreutils Requires(post): libselinux-utils Requires(preun): policycoreutils |