Allow containers to use fusefs_t entrypoint
Dontaudit attempts to setattr on devicenodes.
This commit is contained in:
parent
1164ea7a24
commit
7390ff8b05
1
.gitignore
vendored
1
.gitignore
vendored
@ -99,3 +99,4 @@
|
||||
/container-selinux-db771da.tar.gz
|
||||
/container-selinux-544d71f.tar.gz
|
||||
/container-selinux-9a75deb.tar.gz
|
||||
/container-selinux-b68cf19.tar.gz
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
# container-selinux
|
||||
%global git0 https://github.com/containers/container-selinux
|
||||
%global commit0 9a75deb315f10ca3cf1295e6cd56cec2e62dbf6e
|
||||
%global commit0 b68cf19f1c6c920994becf8aa0dc141dec77de2a
|
||||
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
|
||||
|
||||
# container-selinux stuff (prefix with ds_ for version/release etc.)
|
||||
@ -27,8 +27,8 @@ Name: container-selinux
|
||||
%if 0%{?fedora}
|
||||
Epoch: 2
|
||||
%endif
|
||||
Version: 2.111.0
|
||||
Release: 3.1.dev.git%{shortcommit0}%{?dist}
|
||||
Version: 2.112.0
|
||||
Release: 1.dev.git%{shortcommit0}%{?dist}
|
||||
License: GPLv2
|
||||
URL: %{git0}
|
||||
Summary: SELinux policies for container runtimes
|
||||
@ -111,6 +111,10 @@ fi
|
||||
|
||||
# Hooked up to autobuilder, please check with @lsm5 before updating
|
||||
%changelog
|
||||
* Thu Aug 8 2019 Dan Walsh <dwalsh@fedoraproject.org> - 2.112-1
|
||||
- Allow containers to use fusefs_t entrypoint
|
||||
- Dontaudit attempts to setattr on devicenodes.
|
||||
|
||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:2.111.0-3.1.dev.git9a75deb
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (container-selinux-9a75deb.tar.gz) = 0d6d69f49048a118e40fd6c06b8785e3eed5381ae4fe7d70e836fb61659df748b548deaaaff91eeb7ed466e70114b3c614b88218a58e286df091381706623dec
|
||||
SHA512 (container-selinux-b68cf19.tar.gz) = 25c3133277f55935ca19bdb1703079ba245def284d00c749464626d16d9ca2056dc7e9b6d806ccdf65825e3defc32540c7fbf6acdfc50c430c0da5a80a39e20f
|
||||
|
Loading…
Reference in New Issue
Block a user