Bugzilla – Bug 1217530
[SELinux] support /bin/alts in the policy
Last modified: 2024-06-06 10:40:28 UTC
a lot of binaries symlink to /bin/alts, which is an alternative to update-alternatives, see: https://github.com/openSUSE/libalternatives https://manpages.opensuse.org/Tumbleweed/alts/alts.1.en.html this causes issues like e.g. bsc#1216903 because: ``` $ ls -Zal /usr/sbin/iptables lrwxrwxrwx. 1 root root system_u:object_r:bin_t:s0 11 Oct 24 20:13 /usr/sbin/iptables -> ../bin/alts* ``` /sbin/iptables should be labeled iptables_exec_t to work properly, but /bin/alts should not so we need to adjust the policy to support that
This is an autogenerated message for OBS integration: This bug (1217530) was mentioned in https://build.opensuse.org/request/show/1157662 Factory / selinux-policy
submitted to factory, done