* Wed Jan 23 2019 Lukas Vrabec <lvrabec@redhat.com> - 0.1.3-1

- Fix capability allow rules when capabilities are specified in JSON file
- Add additional SELinux allow rules to base container template to allow container to read proc_type types.
This commit is contained in:
Lukas Vrabec 2019-01-23 17:13:07 +01:00
parent 47068c8c1e
commit c30c477009
No known key found for this signature in database
GPG Key ID: 47201AC42F29CE06
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/v0.1.1.tar.gz
/v0.1.2.tar.gz
/v0.1.3.tar.gz

View File

@ -1 +1 @@
SHA512 (v0.1.2.tar.gz) = c82741d9a8c92759e53deed117f8eabbe95d667192671a46f1ea3354037d8019993fba1c931f5d4a8554c2f5848cf652ee5d8d96056d15a0f4660082fd7651e0
SHA512 (v0.1.3.tar.gz) = af25b74b5b7973ec1ae64a2a9ae6e2311a960ee9fe5c86af92488f69795189f999a17058e2c9677f97ea8348a8fa7525739af107e3a4ec7c0593587ec849b5a9

View File

@ -1,6 +1,6 @@
Summary: A tool for generating SELinux security policies for containers
Name: udica
Version: 0.1.2
Version: 0.1.3
Release: 1%{?dist}
Source0: https://github.com/containers/udica/archive/v%{version}.tar.gz
License: GPLv3+
@ -58,6 +58,10 @@ install -m 0644 udica/man/man8/udica.8 %{buildroot}%{_mandir}/man8/udica.8
%endif
%changelog
* Wed Jan 23 2019 Lukas Vrabec <lvrabec@redhat.com> - 0.1.3-1
- Fix capability allow rules when capabilities are specified in JSON file
- Add additional SELinux allow rules to base container template to allow container to read proc_type types.
* Fri Jan 04 2019 Lukas Vrabec <lvrabec@redhat.com> - 0.1.2-1
- Fix invalid syntax output when policy is using just one template
Resolves: #6