setroubleshoot-3.3.9.1-1
- Do not use dangerous shell=True - Use subprocess.check_output() with a sequence of program arguments
This commit is contained in:
parent
e68bd478ee
commit
ce9c2af5de
1
.gitignore
vendored
1
.gitignore
vendored
@ -193,3 +193,4 @@ setroubleshoot-2.2.93.tar.gz
|
||||
/setroubleshoot-3.3.7.tar.gz
|
||||
/setroubleshoot-3.3.8.tar.gz
|
||||
/setroubleshoot-3.3.8.1.tar.gz
|
||||
/setroubleshoot-3.3.9.1.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: Helps troubleshoot SELinux problems
|
||||
Name: setroubleshoot
|
||||
Version: 3.3.8.1
|
||||
Version: 3.3.9.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Applications/System
|
||||
@ -201,6 +201,10 @@ rm -rf %{buildroot}
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jun 21 2016 Petr Lautrbach <plautrba@redhat.com> - 3.3.9.1-1
|
||||
- Do not use dangerous shell=True
|
||||
- Use subprocess.check_output() with a sequence of program arguments
|
||||
|
||||
* Thu Jun 02 2016 Petr Lautrbach <plautrba@redhat.com> - 3.3.8.1-1
|
||||
- fixed get_all_alerts_ignored()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user