* Sat Apr 28 2018 Lukas Vrabec <lvrabec@redhat.com> - 3.14.2-15
- Allow unconfined_domain_type to create libs filetrans named content BZ(1513806)
This commit is contained in:
parent
42d22b559a
commit
560c1cf401
2
.gitignore
vendored
2
.gitignore
vendored
@ -274,3 +274,5 @@ serefpolicy*
|
|||||||
/selinux-policy-contrib-4b13776.tar.gz
|
/selinux-policy-contrib-4b13776.tar.gz
|
||||||
/selinux-policy-fee4738.tar.gz
|
/selinux-policy-fee4738.tar.gz
|
||||||
/selinux-policy-contrib-6c883f6.tar.gz
|
/selinux-policy-contrib-6c883f6.tar.gz
|
||||||
|
/selinux-policy-301aa80.tar.gz
|
||||||
|
/selinux-policy-contrib-01b5dd1.tar.gz
|
||||||
|
@ -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 fee4738dd084c71e46aede3c55d1120522a855d6
|
%global commit0 301aa80a689f78da6b0299c0e332ea56d510b309
|
||||||
%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 6c883f6889d087c93133428c18bff50330828153
|
%global commit1 01b5dd12bfe7adebc57458c30a924ba81e83e3ad
|
||||||
%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.2
|
Version: 3.14.2
|
||||||
Release: 14%{?dist}
|
Release: 15%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
|
Source: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
|
||||||
@ -718,6 +718,9 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 28 2018 Lukas Vrabec <lvrabec@redhat.com> - 3.14.2-15
|
||||||
|
- Allow unconfined_domain_type to create libs filetrans named content BZ(1513806)
|
||||||
|
|
||||||
* Fri Apr 27 2018 Lukas Vrabec <lvrabec@redhat.com> - 3.14.2-14
|
* Fri Apr 27 2018 Lukas Vrabec <lvrabec@redhat.com> - 3.14.2-14
|
||||||
- Add dac_override capability to mailman_mail_t domain
|
- Add dac_override capability to mailman_mail_t domain
|
||||||
- Add dac_override capability to radvd_t domain
|
- Add dac_override capability to radvd_t domain
|
||||||
|
6
sources
6
sources
@ -1,3 +1,3 @@
|
|||||||
SHA512 (selinux-policy-fee4738.tar.gz) = 9ddc50caee037fda2eebb5e8fa6d448626b2ec2931262601a32d692f90c4e2d2aa30324871fb272019f781b408cd505f5d51c60a85b5612192bd88fdc10ed0af
|
SHA512 (selinux-policy-301aa80.tar.gz) = 6435e0af67e972ebd476668880d49c810b5f616b4a1dab43428c7ec9845887406d190fcc7a01a84c32deab4613d414c4f72e948114ecf7f0d2f2dcccbe0a856a
|
||||||
SHA512 (selinux-policy-contrib-6c883f6.tar.gz) = 8acef041e381d30e9666750c59311f18bd204b2e759cc258a6c032bf7f524a160c296440746baa59e280deee27f5b38476b888cb14c4cc97d03d4137c1e098e6
|
SHA512 (selinux-policy-contrib-01b5dd1.tar.gz) = 8285a8caa1f71c4438640b9cc63b8ea4addb590dd7fac8c17c7499ce879763c348f0a4d375ea9923f881d9318bd4b2697be27da39b9b6acb9279858955c43a64
|
||||||
SHA512 (container-selinux.tgz) = b3c6878e5410833515938e1f53f29d6cdad2d00c0203af5e114ff3a4d6e51ef9630ac600c0d6104f69cf7578de106d54b04d9ee3f4abe6a2676e0b9fb8343a12
|
SHA512 (container-selinux.tgz) = d645fd3432429ae0af6fa5f4aff85a09bf58c139ef1296e33349558045af2c7f0c72491df06b9922e95931e4d69bfb1353c46333c251e0178006d04250bf9f80
|
||||||
|
Loading…
Reference in New Issue
Block a user