diff --git a/.cvsignore b/.cvsignore index e0279bb..6a25069 100644 --- a/.cvsignore +++ b/.cvsignore @@ -149,3 +149,4 @@ policycoreutils-2.0.10.tgz policycoreutils-2.0.13.tgz policycoreutils-2.0.14.tgz policycoreutils-2.0.15.tgz +policycoreutils-2.0.16.tgz diff --git a/policycoreutils-rhat.patch b/policycoreutils-rhat.patch index f8e9612..e95043a 100644 --- a/policycoreutils-rhat.patch +++ b/policycoreutils-rhat.patch @@ -114,18 +114,18 @@ diff --exclude-from=exclude --exclude=sepolgen-1.0.8 --exclude=gui --exclude=po } free(scontext); 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 ---- nsapolicycoreutils/semanage/semanage 2007-01-16 15:08:21.000000000 -0500 -+++ policycoreutils-2.0.14/semanage/semanage 2007-05-01 09:31:57.000000000 -0400 -@@ -279,7 +279,7 @@ - - if object == "user": - rlist = roles.split() -- OBJECT.modify(target, rlist, selevel, serange) -+ OBJECT.modify(target, rlist, selevel, serange, prefix) - - if object == "port": - OBJECT.modify(target, proto, serange, setype) +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/scripts/genhomedircon 2007-04-25 11:08:44.000000000 -0400 ++++ policycoreutils-2.0.14/scripts/genhomedircon 2007-05-04 09:14:57.000000000 -0400 +@@ -302,7 +302,7 @@ + + regex = re.sub("\(\/\.\*\)\?", "", regex) + regex = regex + "/*$" +- if re.search(home, regex, 0): ++ if re.search(regex,home, 0): + return 1 + except: + 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 --- 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 diff --git a/policycoreutils.spec b/policycoreutils.spec index ea3924f..84d6a2a 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -5,7 +5,7 @@ %define sepolgenver 1.0.8 Summary: SELinux policy core utilities. Name: policycoreutils -Version: 2.0.15 +Version: 2.0.16 Release: 1%{?dist} License: GPL Group: System Environment/Base @@ -192,6 +192,11 @@ if [ "$1" -ge "1" ]; then fi %changelog +* Tue May 4 2007 Dan Walsh 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 2.0.15-1 - Updated version of policycoreutils * Merged po file updates from Dan Walsh. diff --git a/sources b/sources index 7e81009..ceb78b7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ 4d6e57c7fc396efbcf96b7accab4ba30 sepolgen-1.0.8.tgz -98f81c2aa453561e101c1c9a04d1565b policycoreutils-2.0.15.tgz +19c4fbfa60756282d78012fd8695c821 policycoreutils-2.0.16.tgz