* Tue May 4 2007 Dan Walsh <dwalsh@redhat.com> 2.0.16-1

- Updated version of policycoreutils
	* Merged support for modifying the prefix via semanage from Dan Walsh.
- Fixed genhomedircon to find homedirs correctly.
This commit is contained in:
Daniel J Walsh 2007-05-04 17:30:00 +00:00
parent 5e6e8ba4df
commit 8ecd9d30d7
4 changed files with 20 additions and 14 deletions

View File

@ -149,3 +149,4 @@ policycoreutils-2.0.10.tgz
policycoreutils-2.0.13.tgz policycoreutils-2.0.13.tgz
policycoreutils-2.0.14.tgz policycoreutils-2.0.14.tgz
policycoreutils-2.0.15.tgz policycoreutils-2.0.15.tgz
policycoreutils-2.0.16.tgz

View File

@ -114,18 +114,18 @@ diff --exclude-from=exclude --exclude=sepolgen-1.0.8 --exclude=gui --exclude=po
} }
free(scontext); free(scontext);
close(fd); close(fd);
diff --exclude-from=exclude --exclude=sepolgen-1.0.8 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/semanage/semanage policycoreutils-2.0.14/semanage/semanage diff --exclude-from=exclude --exclude=sepolgen-1.0.8 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/scripts/genhomedircon policycoreutils-2.0.14/scripts/genhomedircon
--- nsapolicycoreutils/semanage/semanage 2007-01-16 15:08:21.000000000 -0500 --- nsapolicycoreutils/scripts/genhomedircon 2007-04-25 11:08:44.000000000 -0400
+++ policycoreutils-2.0.14/semanage/semanage 2007-05-01 09:31:57.000000000 -0400 +++ policycoreutils-2.0.14/scripts/genhomedircon 2007-05-04 09:14:57.000000000 -0400
@@ -279,7 +279,7 @@ @@ -302,7 +302,7 @@
if object == "user": regex = re.sub("\(\/\.\*\)\?", "", regex)
rlist = roles.split() regex = regex + "/*$"
- OBJECT.modify(target, rlist, selevel, serange) - if re.search(home, regex, 0):
+ OBJECT.modify(target, rlist, selevel, serange, prefix) + if re.search(regex,home, 0):
return 1
if object == "port": except:
OBJECT.modify(target, proto, serange, setype) continue
diff --exclude-from=exclude --exclude=sepolgen-1.0.8 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/semanage/seobject.py policycoreutils-2.0.14/semanage/seobject.py diff --exclude-from=exclude --exclude=sepolgen-1.0.8 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/semanage/seobject.py policycoreutils-2.0.14/semanage/seobject.py
--- nsapolicycoreutils/semanage/seobject.py 2007-04-12 12:43:06.000000000 -0400 --- nsapolicycoreutils/semanage/seobject.py 2007-04-12 12:43:06.000000000 -0400
+++ policycoreutils-2.0.14/semanage/seobject.py 2007-04-30 08:57:42.000000000 -0400 +++ policycoreutils-2.0.14/semanage/seobject.py 2007-04-30 08:57:42.000000000 -0400

View File

@ -5,7 +5,7 @@
%define sepolgenver 1.0.8 %define sepolgenver 1.0.8
Summary: SELinux policy core utilities. Summary: SELinux policy core utilities.
Name: policycoreutils Name: policycoreutils
Version: 2.0.15 Version: 2.0.16
Release: 1%{?dist} Release: 1%{?dist}
License: GPL License: GPL
Group: System Environment/Base Group: System Environment/Base
@ -192,6 +192,11 @@ if [ "$1" -ge "1" ]; then
fi fi
%changelog %changelog
* Tue May 4 2007 Dan Walsh <dwalsh@redhat.com> 2.0.16-1
- Updated version of policycoreutils
* Merged support for modifying the prefix via semanage from Dan Walsh.
- Fixed genhomedircon to find homedirs correctly.
* Tue May 1 2007 Dan Walsh <dwalsh@redhat.com> 2.0.15-1 * Tue May 1 2007 Dan Walsh <dwalsh@redhat.com> 2.0.15-1
- Updated version of policycoreutils - Updated version of policycoreutils
* Merged po file updates from Dan Walsh. * Merged po file updates from Dan Walsh.

View File

@ -1,2 +1,2 @@
4d6e57c7fc396efbcf96b7accab4ba30 sepolgen-1.0.8.tgz 4d6e57c7fc396efbcf96b7accab4ba30 sepolgen-1.0.8.tgz
98f81c2aa453561e101c1c9a04d1565b policycoreutils-2.0.15.tgz 19c4fbfa60756282d78012fd8695c821 policycoreutils-2.0.16.tgz