You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
%post
...
# Install our own selinux-policy module that allows systemd-coredump access to containers
%selinux_modules_install -s %{selinuxtype} %{_datadir}/selinux/packages/%{selinuxtype}/%{modulename}.pp.bz2
But for some reason, when investigating the resulting policy, the module doesn't seem there. (E.g. it should show up in /etc/selinux/targeted/active/modules/200, but doesn't.)
For now, we've added a workaround in the selinux-policy-targeted package directly, but we should debug why this didn't work.
The text was updated successfully, but these errors were encountered:
E.g. the systemd RPM in 9.2 has:
But for some reason, when investigating the resulting policy, the module doesn't seem there. (E.g. it should show up in
/etc/selinux/targeted/active/modules/200
, but doesn't.)For now, we've added a workaround in the selinux-policy-targeted package directly, but we should debug why this didn't work.
The text was updated successfully, but these errors were encountered: