Allow confined users to use containers
This commit is contained in:
parent
e791d82a98
commit
9c1bcaed9f
1
.gitignore
vendored
1
.gitignore
vendored
@ -73,3 +73,4 @@
|
|||||||
/container-selinux-1b655d9.tar.gz
|
/container-selinux-1b655d9.tar.gz
|
||||||
/container-selinux-484806a.tar.gz
|
/container-selinux-484806a.tar.gz
|
||||||
/container-selinux-21c2be6.tar.gz
|
/container-selinux-21c2be6.tar.gz
|
||||||
|
/container-selinux-5e1f62f.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 21c2be6cdcf41fb6071a2915171c367ead17cd11
|
%global commit0 5e1f62fe319ebbef46bcabc8cc5e22d209411dda
|
||||||
%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.80
|
Version: 2.82
|
||||||
Release: 3.git%{shortcommit0}%{?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
|
||||||
|
* Sun Feb 10 2019 Dan Walsh <dwalsh@fedoraproject.org> - 2.82-1
|
||||||
|
- Allow confined users to use containers
|
||||||
|
|
||||||
* Fri Feb 08 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:2.80-3.git21c2be6
|
* Fri Feb 08 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 2:2.80-3.git21c2be6
|
||||||
- bump to 2.80
|
- bump to 2.80
|
||||||
- autobuilt 21c2be6
|
- autobuilt 21c2be6
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (container-selinux-21c2be6.tar.gz) = e48ab210056c4e33738649030d2bf8c2cf6580aaed9993a4781b0407a0e2a4e5607a732c391f88985d9c4eaadf73263794f356f7a86e16c69e7bf4c370d73387
|
SHA512 (container-selinux-5e1f62f.tar.gz) = 8184e4191cbce80e8ecf65f82e64f6b85eeda0b7b958be099b97100aaa78c71e3d0adec642eafb7e58037ba0a5b0452da7674d7e6c02a8f3c125f67629425ea7
|
||||||
|
Loading…
Reference in New Issue
Block a user