diff --git a/.gitignore b/.gitignore index 1538100..27b0d2d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ SOURCES/container-selinux.tgz SOURCES/selinux-policy-13935d5.tar.gz -SOURCES/selinux-policy-contrib-13b4327.tar.gz +SOURCES/selinux-policy-contrib-78ae674.tar.gz diff --git a/.selinux-policy.metadata b/.selinux-policy.metadata index 9f58e62..f93ee2c 100644 --- a/.selinux-policy.metadata +++ b/.selinux-policy.metadata @@ -1,3 +1,3 @@ -d4f04a1f823efd54e22d80d30bc45b719e548c74 SOURCES/container-selinux.tgz +b74e206ce51098e33143b874e40c27464e27b49d SOURCES/container-selinux.tgz 8152bb1e073bb4ed468929d2425d542bbb40e6b6 SOURCES/selinux-policy-13935d5.tar.gz -ca97024528972bf42a08edd5b9aa1ca5bb7c85e5 SOURCES/selinux-policy-contrib-13b4327.tar.gz +70e0f19da48e9cbbeb6a96e3d27d0dcb8d32dc55 SOURCES/selinux-policy-contrib-78ae674.tar.gz diff --git a/SPECS/selinux-policy.spec b/SPECS/selinux-policy.spec index ecf386d..82e8d6a 100644 --- a/SPECS/selinux-policy.spec +++ b/SPECS/selinux-policy.spec @@ -5,7 +5,7 @@ # github repo with selinux-policy contrib sources %global git1 https://github.com/fedora-selinux/selinux-policy-contrib -%global commit1 13b432763e62dfe0a6ea8eda685581d7f8566fa0 +%global commit1 78ae6747c0330040bda2829aac2e5be4bf921670 %global shortcommit1 %(c=%{commit1}; echo ${c:0:7}) %define distro redhat @@ -29,7 +29,7 @@ Summary: SELinux policy configuration Name: selinux-policy Version: 3.14.3 -Release: 41%{?dist}.6 +Release: 41%{?dist}.8 License: GPLv2+ Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz Source29: %{git1}/archive/%{commit1}/%{name}-contrib-%{shortcommit1}.tar.gz @@ -715,6 +715,14 @@ exit 0 %endif %changelog +* Fri Oct 02 2020 Zdenek Pytela - 3.14.3-41.8 +- Allow ptp4l_t sys_admin capability to run bpf programs +Resolves: rhbz#1884267 + +* Thu Oct 01 2020 Zdenek Pytela - 3.14.3-41.7 +- Allow ptp4l_t create and use packet_socket sockets +Resolves: rhbz#1884267 + * Thu Aug 06 2020 Zdenek Pytela - 3.14.3-41.6 - Label systemd-growfs and systemd-makefs as fsadm_exec_t Resolves: rhbz#1859162