import selinux-policy-3.14.3-54.el8_3.3
This commit is contained in:
parent
ccc3a73eb9
commit
1923aa9cbf
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,3 @@
|
|||||||
SOURCES/container-selinux.tgz
|
SOURCES/container-selinux.tgz
|
||||||
SOURCES/selinux-policy-748d9ca.tar.gz
|
SOURCES/selinux-policy-24ad959.tar.gz
|
||||||
SOURCES/selinux-policy-contrib-fd10e7c.tar.gz
|
SOURCES/selinux-policy-contrib-fd10e7c.tar.gz
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
9603ede0ef99417496fc807899a52c3de7938302 SOURCES/container-selinux.tgz
|
3f16b6b87b864677ce8df9f0615dcabd1bcd6ea8 SOURCES/container-selinux.tgz
|
||||||
458138109d0c157b934d9e29fd20323bede7f525 SOURCES/selinux-policy-748d9ca.tar.gz
|
2b828f00f17181c757fb4ac047ad3b2b6705d856 SOURCES/selinux-policy-24ad959.tar.gz
|
||||||
b3cd1635dfa8d9c1e2a207cad5df4682771d85b6 SOURCES/selinux-policy-contrib-fd10e7c.tar.gz
|
b3cd1635dfa8d9c1e2a207cad5df4682771d85b6 SOURCES/selinux-policy-contrib-fd10e7c.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# 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 748d9ca44108a85647fa3ce0d2041be22a5f1206
|
%global commit0 24ad959314c793b7f035584c0769ad2876e95ba7
|
||||||
%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
|
||||||
@ -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: 54%{?dist}.2
|
Release: 54%{?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
|
||||||
@ -715,6 +715,10 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 15 2021 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-54.3
|
||||||
|
- Allow systemd the audit_control capability conditionally
|
||||||
|
Resolves: rhbz#1938216
|
||||||
|
|
||||||
* Mon Dec 7 19:32:27 CET 2020 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-54.2
|
* Mon Dec 7 19:32:27 CET 2020 Zdenek Pytela <zpytela@redhat.com> - 3.14.3-54.2
|
||||||
- Update systemd-sleep policy
|
- Update systemd-sleep policy
|
||||||
Resolves: rhbz#1890884
|
Resolves: rhbz#1890884
|
||||||
|
Loading…
Reference in New Issue
Block a user