Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: policycoreutils | Distribution: openSUSE Tumbleweed |
Version: 3.7 | Vendor: openSUSE |
Release: 1.4 | Build date: Mon Jul 1 10:10:53 2024 |
Group: Productivity/Security | Build host: reproducible |
Size: 294096 | Source RPM: policycoreutils-3.7-1.4.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://github.com/SELinuxProject/selinux | |
Summary: SELinux policy core utilities |
policycoreutils contains the policy core utilities that are required for basic operation of a SELinux system. These utilities include load_policy to load policies, setfiles to label filesystems, newrole to switch roles, and run_init to run /etc/init.d scripts in the proper context. (Security-enhanced Linux is a feature of the kernel and some utilities that implement mandatory access control policies, such as Type Enforcement, Role-based Access Control and Multi-Level Security.)
GPL-2.0-or-later
* Mon Jul 01 2024 Cathy Hu <cathy.hu@suse.com> - Update to version 3.7 https://github.com/SELinuxProject/selinux/releases/tag/3.7 User-visible changes: * audit2allow -C for CIL output mode * sepolgen: adjust parse for refpolicy * Bugfixes: * fixfiles: drop unnecessary \ line endings * setfiles: avoid unsigned integer underflow * python/semanage: Do not sort local fcontext definitions * python/semanage: Allow modifying records on "add" - Refresh get_os_version.patch * Tue May 28 2024 Cathy Hu <cathy.hu@suse.com> - Rework packaging to modern python packaging as we need policycoreutils-python-tools as build dependency for python311-setools - General: - python version for scripts is now set to python311, deprecating python3.6 on 15.4 + 15.5 - replaced python3 dependencies with corresponding dependencies - moved %{_localstatedir}/lib/selinux out of the python-policycoreutils rpm and into policycoreutils-python-utils as it does not belong into a module and causes conflicts when module is built for multiple python versions - Factory-specific changes: - python-policycoreutils module is now built for python310, python311, python312 instead of python3 - added %python3_fix_shebang to set the shebang to the current python - 15.4 and 15.5 specific changes - python-policycoreutils module is now built for python311 instead of python3 - added %python311_fix_shebang to set the shebang to python311, this is currently a dirty hack since the python3_fix_shebang_path macro does not exist in <=15.5 so far - 15.4 specific changes - policycoreutils-devel requires python3-distro still, as there is no python311-distro package * Fri Mar 15 2024 Cathy Hu <cathy.hu@suse.com> - exclude %python3_fix_shebang for distros <=15.4 to avoid build failure * Wed Mar 13 2024 pgajdos@suse.com - remove dependency on /usr/bin/python3 using %python3_fix_shebang macro, [bsc#1212476] * Tue Dec 19 2023 Cathy Hu <cathy.hu@suse.com> - Update to version 3.6 https://github.com/SELinuxProject/selinux/releases/tag/3.6 * Add notself support for neverallow rules * Improve man pages * man pages: Remove the Russian translations * Add notself and other support to CIL * Add support for deny rules * Translations updated from https://translate.fedoraproject.org/projects/selinux/ * Bug fixes - Remove keys from keyring since they expired: - E853C1848B0185CF42864DF363A8AD4B982C4373 Petr Lautrbach <plautrba@redhat.com> - 63191CE94183098689CAB8DB7EF137EC935B0EAF Jason Zaman <jasonzaman@gmail.com> - Add key to keyring: - B8682847764DF60DF52D992CBC3905F235179CF1 Petr Lautrbach <lautrbach@redhat.com> - Remove reproducible-build.patch since it is upstream now - Fix issues in get_os_version.patch * Mon Dec 04 2023 Cathy Hu <cathy.hu@suse.com> - Re-add "Obsoletes: policycoreutils-python <= 2.6" to avoid file conflicts with /usr/share/bash-completion/completions/setsebool of older policycoreutils-python-2.6 * Mon Nov 27 2023 Hu <cathy.hu@suse.com> - Change deprecated `%patch1 -p1` syntax to supported `%patch -P1 -p1` (bsc#1216669) * Wed Oct 25 2023 Hu <cathy.hu@suse.com> - Add reproducible-build.patch to make the output of "sepolicy manpage" deterministic (bsc#1216452) * Fri Oct 06 2023 Filippo Bonazzi <filippo.bonazzi@suse.com> - Move dbus configuration file to /usr/share instead of /etc * Fri Jul 21 2023 Filippo Bonazzi <filippo.bonazzi@suse.com> - Add policycoreutils-rpmlintrc to suppress spurious rpmlint warnings * Tue Jul 18 2023 Filippo Bonazzi <filippo.bonazzi@suse.com> - Fix newrole debuginfo broken by mistaken 'noarch' * Mon Jul 10 2023 Filippo Bonazzi <filippo.bonazzi@suse.com> - Add GUI and DBUS subpackages * Remove files now provided in upstream tarballs: - Drop system-config-selinux.png - Drop system-config-selinux.desktop - Drop system-config-selinux.pam - Drop system-config-selinux.console - Drop selinux-polgengui.desktop - Drop selinux-polgengui.console - Refactor spec file * Remove empty sandbox package definition * Thu Jun 29 2023 Johannes Segitz <jsegitz@suse.com> - Only recommend policycoreutils-devel. The requires causes build issues and this can be used with a policy from a different source - Required fixed python3-selinux, not version dependend sub-packages * Mon Jun 26 2023 William Brown <william.brown@suse.com> - Recommend setools-console as these cli tools compliment policycoreutils for analysis and debugging of policy issues * Mon Jun 26 2023 William Brown <william.brown@suse.com> - Add requires for policycoreutils-devel for selinux-policy-devel as policycoreutils-devel requires this * Wed Jun 21 2023 Johannes Segitz <jsegitz@suse.com> - Adjust python requirement for newer SLES versions * Mon Jun 19 2023 Filippo Bonazzi <filippo.bonazzi@suse.com> - Add Leap compatibility symlinks between /usr/sbin and /sbin (bsc#1210482) - Refresh GPG keyring * Tue May 09 2023 Daniel Garcia <daniel.garcia@suse.com> - Add python-wheel build dependency to build correctly with latest python-pip version. * Fri Feb 24 2023 Johannes Segitz <jsegitz@suse.com> - Update to version 3.5 * fixfiles: Unmount temporary bind mounts on SIGINT * Lots of smaller changes - Refreshed get_os_version.patch - Drop chcat_handle_missing_translations.patch, is upstream - Add additional BuildRequires for python - Added additional developer key (Jason Zaman) - Add requires for python3-distro for the devel package * Mon Dec 19 2022 Callum Farmer <gmbr3@opensuse.org> - Use %_pam_vendordir * Fri Dec 16 2022 Stefan Schubert <schubi@suse.com> - Error in spec file: No "config" tag in "/usr/ should be used. * Fri Dec 09 2022 Stefan Schubert <schubi@suse.com> - Migration PAM settings to /usr/etc: Saving user changed configuration files in /etc and restoring them while an RPM update. * Mon Jul 25 2022 Johannes Segitz <jsegitz@suse.com> - Add recommends for ausearch binary (bsc#1201043) * Wed Jun 22 2022 Johannes Segitz <jsegitz@suse.com> - Handle missing translations properly in chcat. Added chcat_handle_missing_translations.patch (bsc#1200752) * Tue Jun 21 2022 Dominique Leuenberger <dimstar@opensuse.org> - Build and package translations for python-utils (boo#1200752). * Mon May 09 2022 Johannes Segitz <jsegitz@suse.com> - Update to version 3.4 * fixfiles: Use parallel relabeling - Refreshed patches * get_os_version.patch * run_init.pamd.patch * Wed Apr 20 2022 Dominique Leuenberger <dimstar@opensuse.org> - Fix file list: package ru/man8/sepolgen.8 only in the devel package (was in devel and main).
/etc/sestatus.conf /usr/bin/secon /usr/bin/semodule_expand /usr/bin/semodule_link /usr/bin/semodule_package /usr/bin/semodule_unpackage /usr/bin/sestatus /usr/lib/pam.d/run_init /usr/libexec/selinux /usr/libexec/selinux/hll /usr/libexec/selinux/hll/pp /usr/sbin/fixfiles /usr/sbin/genhomedircon /usr/sbin/load_policy /usr/sbin/open_init_pty /usr/sbin/restorecon /usr/sbin/restorecon_xattr /usr/sbin/run_init /usr/sbin/semodule /usr/sbin/sestatus /usr/sbin/setfiles /usr/sbin/setsebool /usr/share/bash-completion/completions/setsebool /usr/share/man/man1/secon.1.gz /usr/share/man/man5/selinux_config.5.gz /usr/share/man/man5/sestatus.conf.5.gz /usr/share/man/man8/fixfiles.8.gz /usr/share/man/man8/genhomedircon.8.gz /usr/share/man/man8/load_policy.8.gz /usr/share/man/man8/open_init_pty.8.gz /usr/share/man/man8/restorecon.8.gz /usr/share/man/man8/restorecon_xattr.8.gz /usr/share/man/man8/run_init.8.gz /usr/share/man/man8/semodule.8.gz /usr/share/man/man8/semodule_expand.8.gz /usr/share/man/man8/semodule_link.8.gz /usr/share/man/man8/semodule_package.8.gz /usr/share/man/man8/semodule_unpackage.8.gz /usr/share/man/man8/sestatus.8.gz /usr/share/man/man8/setfiles.8.gz /usr/share/man/man8/setsebool.8.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Jan 12 01:37:12 2025