Compare commits

...
Sign in to create a new pull request.

6 commits

Author SHA1 Message Date
Petr Lautrbach
f802ff1135 Upload setroubleshoot-plugins-3.3.6.tar.gz 2016-09-01 11:37:44 +02:00
Petr Lautrbach
a84f01d23d setroubleshoot-plugins-3.3.6-1
- Fix catchall plugin message for capability2 (#1360392)
- Stop executing restorecon plugin on specified path prefixes
- Update translations
2016-09-01 11:37:27 +02:00
Petr Lautrbach
987689d70c setroubleshoot-plugins-3.3.5.1-1
- Catch all subprocess exceptions
- Use subprocess.check_output() with a sequence of program arguments
- Fix location of selinuxfs mount point
2016-06-22 17:28:39 +02:00
Petr Lautrbach
5063dbd18b setroubleshoot-plugins-3.3.4-1
- Suggest my-<command>.pp modules instead of mypol.pp (#1329037)
- Suggest priority 300 for modules created by audit2allow
2016-05-09 13:55:45 +02:00
Petr Lautrbach
3b87431da7 Upload setroubleshoot-plugins-3.3.3.tar.gz 2016-04-04 21:46:26 +02:00
Petr Lautrbach
cc8b7276bd setroubleshoot-plugins-3.3.3-1
- Fix sshd_root.py setroubleshoot plugin to cover only /root/.ssh path
s intended.
- Suggest to use ausearch instead of grep
- Update translations
2016-04-04 21:46:10 +02:00
3 changed files with 27 additions and 13 deletions

4
.gitignore vendored
View file

@ -112,3 +112,7 @@ setroubleshoot-plugins-2.1.55.tar.gz
/setroubleshoot-plugins-3.0.61.tar.gz
/setroubleshoot-plugins-3.3.1.tar.gz
/setroubleshoot-plugins-3.3.2.tar.gz
/setroubleshoot-plugins-3.3.3.tar.gz
/setroubleshoot-plugins-3.3.4.tar.gz
/setroubleshoot-plugins-3.3.5.1.tar.gz
/setroubleshoot-plugins-3.3.6.tar.gz

View file

@ -2,27 +2,18 @@
Summary: Analysis plugins for use with setroubleshoot
Name: setroubleshoot-plugins
Version: 3.3.2
Version: 3.3.6
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
URL: https://github.com/fedora-selinux/setroubleshoot
# git clone https://github.com/fedora-selinux/setroubleshoot.git
# cd setroubleshoot/plugins/
# # for the python3 version use
# git checkout python3
# # for a relase use
# # git checkout setroubleshoot-plugins-%{version}
# ./autogen.sh
# make dist
Source0: %{name}-%{version}.tar.gz
Source0: https://fedorahosted.org/releases/s/e/setroubleshoot/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl-XML-Parser
BuildRequires: intltool gettext python3-devel
Requires: setroubleshoot-server >= 3.1.16-1
Requires: setroubleshoot-server >= 3.3.6
%description
This package provides a set of analysis plugins for use with
@ -51,6 +42,25 @@ rm -rf %{buildroot}
%{_datadir}/setroubleshoot/plugins
%changelog
* Thu Sep 01 2016 Petr Lautrbach <plautrba@redhat.com> 3.3.6-1
- Fix catchall plugin message for capability2 (#1360392)
- Stop executing restorecon plugin on specified path prefixes (#1270778)
- Update translations
* Wed Jun 22 2016 Petr Lautrbach <plautrba@redhat.com> - 3.3.5.1-1
- Catch all subprocess exceptions
- Use subprocess.check_output() with a sequence of program arguments
- Fix location of selinuxfs mount point
* Fri May 06 2016 Petr Lautrbach <plautrba@redhat.com> - 3.3.4-1
- Suggest my-<command>.pp modules instead of mypol.pp (#1329037)
- Suggest priority 300 for modules created by audit2allow
* Mon Apr 04 2016 Petr Lautrbach <plautrba@redhat.com> - 3.3.3-1
- Fix sshd_root.py setroubleshoot plugin to cover only /root/.ssh path as intended.
- Suggest to use ausearch instead of grep
- Update translations
* Tue Oct 06 2015 Petr Lautrbach <plautrba@redhat.com> 3.3.2-1
- Update restorecon plugin to to identify a mislabeling of executable (BZ#1257682)

View file

@ -1 +1 @@
5a91c810f333994c1d8bb94332dee66e setroubleshoot-plugins-3.3.2.tar.gz
1516cd8120d31a03d132bd2dc1986e55 setroubleshoot-plugins-3.3.6.tar.gz