* Tue May 12 2009 Dan Walsh <dwalsh@redhat.com> 2.0.62-12.5

- More portspage fixes
This commit is contained in:
Daniel J Walsh 2009-05-14 13:04:57 +00:00
parent 4c6238c984
commit 5594809617
2 changed files with 16 additions and 1 deletions

View File

@ -1244,3 +1244,15 @@ diff -up policycoreutils-2.0.62/setfiles/setfiles.c.rhat policycoreutils-2.0.62/
printf("\n");
exit(errors);
}
diff -up policycoreutils-2.0.62/semanage/seobject.py~ policycoreutils-2.0.62/semanage/seobject.py
--- policycoreutils-2.0.62/semanage/seobject.py~ 2009-05-14 09:02:13.000000000 -0400
+++ policycoreutils-2.0.62/semanage/seobject.py 2009-05-14 09:03:05.000000000 -0400
@@ -1027,7 +1027,7 @@ class portRecords(semanageRecords):
proto_str = semanage_port_get_proto_str(proto)
low = semanage_port_get_low(port)
high = semanage_port_get_high(port)
- ddict[(low, high)] = (ctype, proto_str, level)
+ ddict[(low, high, proto_str)] = (ctype, level)
return ddict
def get_all_by_type(self, locallist = 0):

View File

@ -6,7 +6,7 @@
Summary: SELinux policy core utilities
Name: policycoreutils
Version: 2.0.62
Release: 12.4%{?dist}
Release: 12.5%{?dist}
License: GPLv2+
Group: System Environment/Base
Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz
@ -221,6 +221,9 @@ else
fi
%changelog
* Tue May 12 2009 Dan Walsh <dwalsh@redhat.com> 2.0.62-12.5
- More portspage fixes
* Tue May 12 2009 Dan Walsh <dwalsh@redhat.com> 2.0.62-12.4
- Fix portspage and generation of init_script_file in templates