|
|
@ -1,11 +1,11 @@
|
|
|
|
# github repo with selinux-policy base sources
|
|
|
|
# github repo with selinux-policy base sources
|
|
|
|
%global git0 https://github.com/fedora-selinux/selinux-policy
|
|
|
|
%global git0 https://github.com/fedora-selinux/selinux-policy
|
|
|
|
%global commit0 930de6594243a232b5dfa8931790ad51c982fe8d
|
|
|
|
%global commit0 9a47a4acc0a62b081f8681508a87f974de4bfd7f
|
|
|
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
|
|
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
|
|
|
|
|
|
|
|
|
|
|
# github repo with selinux-policy contrib sources
|
|
|
|
# github repo with selinux-policy contrib sources
|
|
|
|
%global git1 https://github.com/fedora-selinux/selinux-policy-contrib
|
|
|
|
%global git1 https://github.com/fedora-selinux/selinux-policy-contrib
|
|
|
|
%global commit1 c6da44cc670eb76341a756f7d338e60cfa7cd8ac
|
|
|
|
%global commit1 a8396fef9ea6130a68308bfbd54dfc656fb5037f
|
|
|
|
%global shortcommit1 %(c=%{commit1}; echo ${c:0:7})
|
|
|
|
%global shortcommit1 %(c=%{commit1}; echo ${c:0:7})
|
|
|
|
|
|
|
|
|
|
|
|
%define distro redhat
|
|
|
|
%define distro redhat
|
|
|
@ -29,7 +29,7 @@
|
|
|
|
Summary: SELinux policy configuration
|
|
|
|
Summary: SELinux policy configuration
|
|
|
|
Name: selinux-policy
|
|
|
|
Name: selinux-policy
|
|
|
|
Version: 3.14.3
|
|
|
|
Version: 3.14.3
|
|
|
|
Release: 117%{?dist}.2
|
|
|
|
Release: 117%{?dist}.3
|
|
|
|
License: GPLv2+
|
|
|
|
License: GPLv2+
|
|
|
|
Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
|
|
|
|
Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
|
|
|
|
Source29: %{git1}/archive/%{commit1}/%{name}-contrib-%{shortcommit1}.tar.gz
|
|
|
|
Source29: %{git1}/archive/%{commit1}/%{name}-contrib-%{shortcommit1}.tar.gz
|
|
|
@ -717,6 +717,30 @@ exit 0
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Aug 29 2023 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-117.3
|
|
|
|
|
|
|
|
- Add unconfined_server_read_semaphores() interface
|
|
|
|
|
|
|
|
Resolves: rhbz#2233929
|
|
|
|
|
|
|
|
- Allow insights-client create all rpm logs with a correct label
|
|
|
|
|
|
|
|
Resolves: rhbz#2233929
|
|
|
|
|
|
|
|
- Allow insights-client manage generic logs
|
|
|
|
|
|
|
|
Resolves: rhbz#2233929
|
|
|
|
|
|
|
|
- Allow insights-client execmem
|
|
|
|
|
|
|
|
Resolves: rhbz#2233929
|
|
|
|
|
|
|
|
- Allow insights-client map generic log files
|
|
|
|
|
|
|
|
Resolves: rhbz#2233929
|
|
|
|
|
|
|
|
- Allow insights-client work with pipe and socket tmp files
|
|
|
|
|
|
|
|
Resolves: rhbz#2233929
|
|
|
|
|
|
|
|
- Allow insights-client getsession process permission
|
|
|
|
|
|
|
|
Resolves: rhbz#2233929
|
|
|
|
|
|
|
|
- Allow insights-client work with teamdctl
|
|
|
|
|
|
|
|
Resolves: rhbz#2233929
|
|
|
|
|
|
|
|
- Allow insights-client read unconfined service semaphores
|
|
|
|
|
|
|
|
Resolves: rhbz#2233929
|
|
|
|
|
|
|
|
- Allow insights-client get quotas of all filesystems
|
|
|
|
|
|
|
|
Resolves: rhbz#2233929
|
|
|
|
|
|
|
|
- Allow insights-client read all sysctls
|
|
|
|
|
|
|
|
Resolves: rhbz#2233931
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 12 2023 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-117.2
|
|
|
|
* Mon Jun 12 2023 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-117.2
|
|
|
|
- Label /run/fsck with fsadm_var_run_t
|
|
|
|
- Label /run/fsck with fsadm_var_run_t
|
|
|
|
Resolves: rhbz#2212328
|
|
|
|
Resolves: rhbz#2212328
|
|
|
|