Add support for nosuid_transition flags for container_runtime and unconfined domains
This commit is contained in:
parent
1b20654010
commit
3b45b2783a
1
.gitignore
vendored
1
.gitignore
vendored
@ -37,3 +37,4 @@
|
||||
/container-selinux-d148550.tar.gz
|
||||
/container-selinux-dfcc97d.tar.gz
|
||||
/container-selinux-38a982b.tar.gz
|
||||
/container-selinux-2377c73.tar.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
# container-selinux
|
||||
%global git0 https://github.com/projectatomic/container-selinux
|
||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||
%global commit0 95b7c01e1c986e6069a2736dec393c657c11fe6e
|
||||
%global commit0 2377c73a19fa960792b4392ddf7d0c7a85585d9a
|
||||
%else
|
||||
# use upstream's RHEL-1.12 branch for CentOS 7
|
||||
%global commit0 56c32da8a72f9e7af5daeaebac5b887830d123b1
|
||||
@ -35,7 +35,7 @@ Name: container-selinux
|
||||
%if 0%{?fedora} || 0%{?centos} || 0%{?rhel} > 7
|
||||
Epoch: 2
|
||||
%endif
|
||||
Version: 2.45
|
||||
Version: 2.46
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
URL: %{git0}
|
||||
@ -117,6 +117,8 @@ fi
|
||||
%{_datadir}/selinux/*
|
||||
|
||||
%changelog
|
||||
* Sat Feb 03 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.46-1
|
||||
- Add support for nosuid_transition flags for container_runtime and unconfined domains
|
||||
* Fri Feb 02 2018 Dan Walsh <dwalsh@fedoraproject.org> - 2.45-1
|
||||
- Allow containers to sendto their own stream sockets
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (container-selinux-38a982b.tar.gz) = 6b32edc3843d7dbe4329779181c7caf1a96d66faada19becfb7fe5d297a0757bcafcc944fa862114b6d0fafe68e145ce214523a3a68b28627b76fa51546e10a7
|
||||
SHA512 (container-selinux-2377c73.tar.gz) = 705aae6cdc578a5dec3632d848db931217243dbd6b1dd87a63dc0f07cba16e0ead8f4ebebbe979453d5161c9ff7fe1dcc7c62766a38b0a2f84966ea9e669c020
|
||||
|
Loading…
Reference in New Issue
Block a user