diff --git a/.gitignore b/.gitignore index c4d48d3..a5b182f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /v0.1.1.tar.gz /v0.1.2.tar.gz +/v0.1.3.tar.gz diff --git a/sources b/sources index 16da401..c129a51 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v0.1.2.tar.gz) = c82741d9a8c92759e53deed117f8eabbe95d667192671a46f1ea3354037d8019993fba1c931f5d4a8554c2f5848cf652ee5d8d96056d15a0f4660082fd7651e0 +SHA512 (v0.1.3.tar.gz) = af25b74b5b7973ec1ae64a2a9ae6e2311a960ee9fe5c86af92488f69795189f999a17058e2c9677f97ea8348a8fa7525739af107e3a4ec7c0593587ec849b5a9 diff --git a/udica.spec b/udica.spec index dca70b9..443c642 100644 --- a/udica.spec +++ b/udica.spec @@ -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 - 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 - 0.1.2-1 - Fix invalid syntax output when policy is using just one template Resolves: #6