Allow containers to mounton cgroup and container_file_t
This commit is contained in:
parent
9c1bcaed9f
commit
a2d2cf7715
1
.gitignore
vendored
1
.gitignore
vendored
@ -74,3 +74,4 @@
|
|||||||
/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
|
/container-selinux-5e1f62f.tar.gz
|
||||||
|
/container-selinux-ec6fcad.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 5e1f62fe319ebbef46bcabc8cc5e22d209411dda
|
%global commit0 ec6fcadf8820fefd8d231375a5648856323a3fba
|
||||||
%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,7 +26,7 @@ Name: container-selinux
|
|||||||
%if 0%{?fedora}
|
%if 0%{?fedora}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
%endif
|
%endif
|
||||||
Version: 2.82
|
Version: 2.83
|
||||||
Release: 1.git%{shortcommit0}%{?dist}
|
Release: 1.git%{shortcommit0}%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: %{git0}
|
URL: %{git0}
|
||||||
@ -109,6 +109,9 @@ fi
|
|||||||
%{_datadir}/selinux/*
|
%{_datadir}/selinux/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 25 2019 Dan Walsh <dwalsh@fedoraproject.org> - 2.83-1
|
||||||
|
- Allow containers to mounton cgroup and container_file_t
|
||||||
|
|
||||||
* Sun Feb 10 2019 Dan Walsh <dwalsh@fedoraproject.org> - 2.82-1
|
* Sun Feb 10 2019 Dan Walsh <dwalsh@fedoraproject.org> - 2.82-1
|
||||||
- Allow confined users to use containers
|
- Allow confined users to use containers
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (container-selinux-5e1f62f.tar.gz) = 8184e4191cbce80e8ecf65f82e64f6b85eeda0b7b958be099b97100aaa78c71e3d0adec642eafb7e58037ba0a5b0452da7674d7e6c02a8f3c125f67629425ea7
|
SHA512 (container-selinux-ec6fcad.tar.gz) = cd7308534a58d5bdf75431c64b8d5b0ea75fac4d032a171c156c5350805299d97afee7971fee9e51653081025027e6d4db31c78023a1f2420a34db151b536e42
|
||||||
|
Loading…
Reference in New Issue
Block a user