Allow container-runtime to setattr on fifo_file handed into container runtime.
This commit is contained in:
parent
fbbda7e411
commit
6065af86d3
1
.gitignore
vendored
1
.gitignore
vendored
@ -69,3 +69,4 @@
|
|||||||
/container-selinux-a62c2db.tar.gz
|
/container-selinux-a62c2db.tar.gz
|
||||||
/container-selinux-99e2cfd.tar.gz
|
/container-selinux-99e2cfd.tar.gz
|
||||||
/container-selinux-87fae85.tar.gz
|
/container-selinux-87fae85.tar.gz
|
||||||
|
/container-selinux-5133af6.tar.gz
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# container-selinux
|
# container-selinux
|
||||||
%global git0 https://github.com/projectatomic/container-selinux
|
%global git0 https://github.com/projectatomic/container-selinux
|
||||||
%global commit0 99e2cfd56536d1c2463ad7a68c29bb478eb67e8a
|
%global commit0 5133af638a0b746e1ff3bd6d452038fdad7e7e98
|
||||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||||
|
|
||||||
# container-selinux stuff (prefix with ds_ for version/release etc.)
|
# container-selinux stuff (prefix with ds_ for version/release etc.)
|
||||||
@ -26,8 +26,8 @@ Name: container-selinux
|
|||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
%endif
|
%endif
|
||||||
Version: 2.752.75
|
Version: 2.77
|
||||||
Release: 1.dev.git%{shortcommit0}%{?dist}1%{?dist}
|
Release: 1.git%{shortcommit0}%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: %{git0}
|
URL: %{git0}
|
||||||
Summary: SELinux policies for container runtimes
|
Summary: SELinux policies for container runtimes
|
||||||
@ -109,6 +109,9 @@ fi
|
|||||||
%{_datadir}/selinux/*
|
%{_datadir}/selinux/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 17 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.77-1
|
||||||
|
- Allow container-runtime to setattr on fifo_file handed into container runtime.
|
||||||
|
|
||||||
* Tue Nov 13 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:2.752.75-1.dev.git99e2cfd1
|
* Tue Nov 13 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:2.752.75-1.dev.git99e2cfd1
|
||||||
- bump to 2.75
|
- bump to 2.75
|
||||||
- autobuilt 99e2cfd
|
- autobuilt 99e2cfd
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (container-selinux-99e2cfd.tar.gz) = 489f420cb14bf6049eab9f2939bb61a98cdae43bc2d78d3607760922158e519d3bf6781b8f652ce6ed74ce03d8f453ee621860471324c932fe723c645b9ef8cd
|
SHA512 (container-selinux-5133af6.tar.gz) = e4e3c98ad0c8d9b3ed53c5753092505f8a65dfda13138cb238cc288b2d311fb755e900af93e7b7fa84b5824b2cd352eaf11ab1b90353f698b52235fc1af7d063
|
||||||
|
Loading…
Reference in New Issue
Block a user