diff --git a/.gitignore b/.gitignore index 041ee17..f04b963 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ SOURCES/container-selinux.tgz -SOURCES/selinux-policy-426c028.tar.gz +SOURCES/selinux-policy-930de65.tar.gz SOURCES/selinux-policy-contrib-c6da44c.tar.gz diff --git a/.selinux-policy.metadata b/.selinux-policy.metadata index d110037..56b2578 100644 --- a/.selinux-policy.metadata +++ b/.selinux-policy.metadata @@ -1,3 +1,3 @@ -bbb33f1d3ec06ac961c111b66a324496cbe9768f SOURCES/container-selinux.tgz -8f77181d801751fdd49e7a537b291af8b455ed51 SOURCES/selinux-policy-426c028.tar.gz +d3b0894e41c57d99285b3b27157a5005562a1544 SOURCES/container-selinux.tgz +b4b9fc7c30163b9d407c714c413ead42290cc838 SOURCES/selinux-policy-930de65.tar.gz 84a66625f87ed784dc752c76eca051d058abfa8d SOURCES/selinux-policy-contrib-c6da44c.tar.gz diff --git a/SPECS/selinux-policy.spec b/SPECS/selinux-policy.spec index 0ee5c6b..72e1fda 100644 --- a/SPECS/selinux-policy.spec +++ b/SPECS/selinux-policy.spec @@ -1,6 +1,6 @@ # github repo with selinux-policy base sources %global git0 https://github.com/fedora-selinux/selinux-policy -%global commit0 426c028e3d055a6ae74f8bf7cc92107f3e43a5ea +%global commit0 930de6594243a232b5dfa8931790ad51c982fe8d %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) # github repo with selinux-policy contrib sources @@ -29,7 +29,7 @@ Summary: SELinux policy configuration Name: selinux-policy Version: 3.14.3 -Release: 117%{?dist} +Release: 117%{?dist}.2 License: GPLv2+ Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz Source29: %{git1}/archive/%{commit1}/%{name}-contrib-%{shortcommit1}.tar.gz @@ -717,6 +717,20 @@ exit 0 %endif %changelog +* Mon Jun 12 2023 Zdenek Pytela - 3.14.3-117.2 +- Label /run/fsck with fsadm_var_run_t +Resolves: rhbz#2212328 + +* Mon May 15 2023 Zdenek Pytela - 3.14.3-117.1 +- Allow systemd-pstore delete kernel persistent storage files +Resolves: rhbz#2188268 +- Add fs_delete_pstore_files() interface +Resolves: rhbz#2188268 +- Allow systemd-pstore read kernel persistent storage files +Resolves: rhbz#2188268 +- Add fs_read_pstore_files() interface +Resolves: rhbz#2188268 + * Thu Feb 16 2023 Zdenek Pytela - 3.14.3-117 - Fix opencryptoki file names in /dev/shm Resolves: rhbz#2028637