* Mon Oct 20 2008 Dan Walsh <dwalsh@redhat.com> 2.0.57-4
- Fix system-config-selinux booleanspage throwing and exception - Update po files
This commit is contained in:
parent
26e1328daf
commit
1b0693a203
@ -41,8 +41,8 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/Makefile policycoreu
|
||||
+relabel:
|
||||
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/booleansPage.py policycoreutils-2.0.57/gui/booleansPage.py
|
||||
--- nsapolicycoreutils/gui/booleansPage.py 1969-12-31 19:00:00.000000000 -0500
|
||||
+++ policycoreutils-2.0.57/gui/booleansPage.py 2008-10-17 11:57:42.000000000 -0400
|
||||
@@ -0,0 +1,248 @@
|
||||
+++ policycoreutils-2.0.57/gui/booleansPage.py 2008-10-20 15:49:52.000000000 -0400
|
||||
@@ -0,0 +1,247 @@
|
||||
+#
|
||||
+# booleansPage.py - GUI for Booleans page in system-config-securitylevel
|
||||
+#
|
||||
@ -209,7 +209,6 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/gui/booleansPage.py poli
|
||||
+ return
|
||||
+ try:
|
||||
+ self.wait()
|
||||
+ self.booleansView.get_root_window().set_cursor(cursor)
|
||||
+ (rc, out) = commands.getstatusoutput("semanage boolean -d %s" % boolean)
|
||||
+
|
||||
+ self.ready()
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -6,7 +6,7 @@
|
||||
Summary: SELinux policy core utilities
|
||||
Name: policycoreutils
|
||||
Version: 2.0.57
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Base
|
||||
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
|
||||
@ -192,6 +192,10 @@ if [ "$1" -ge "1" ]; then
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Mon Oct 20 2008 Dan Walsh <dwalsh@redhat.com> 2.0.57-4
|
||||
- Fix system-config-selinux booleanspage throwing and exception
|
||||
- Update po files
|
||||
|
||||
* Fri Oct 17 2008 Dan Walsh <dwalsh@redhat.com> 2.0.57-3
|
||||
- Fix text in newrole
|
||||
- Fix revertbutton on booleans page in system-config-selinux
|
||||
|
Loading…
Reference in New Issue
Block a user