diff --git a/policycoreutils-rhat.patch b/policycoreutils-rhat.patch index aaabf1b..b9c28f5 100644 --- a/policycoreutils-rhat.patch +++ b/policycoreutils-rhat.patch @@ -1814,7 +1814,7 @@ diff --exclude-from=exclude --exclude=sepolgen-1.0.23 --exclude=gui --exclude=po +relabel: diff --exclude-from=exclude --exclude=sepolgen-1.0.23 --exclude=gui --exclude=po -N -u -r nsapolicycoreutils/sandbox/sandbox policycoreutils-2.0.82/sandbox/sandbox --- nsapolicycoreutils/sandbox/sandbox 1969-12-31 19:00:00.000000000 -0500 -+++ policycoreutils-2.0.82/sandbox/sandbox 2010-04-29 13:00:36.000000000 -0400 ++++ policycoreutils-2.0.82/sandbox/sandbox 2010-05-11 16:22:45.000000000 -0400 @@ -0,0 +1,416 @@ +#! /usr/bin/python -E +# Authors: Dan Walsh @@ -2196,7 +2196,7 @@ diff --exclude-from=exclude --exclude=sepolgen-1.0.23 --exclude=gui --exclude=po + continue + (dest, mtime) = X_FILES[i] + if os.path.getmtime(dest) > mtime: -+ savefile(dest, i, X_ind) ++ savefile(dest, i, self.__options.X_ind) + + if self.__homedir and not self.__options.homedir: + shutil.rmtree(self.__homedir) diff --git a/policycoreutils.spec b/policycoreutils.spec index 8e1aede..8471943 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -7,7 +7,7 @@ Summary: SELinux policy core utilities Name: policycoreutils Version: 2.0.82 -Release: 16%{?dist} +Release: 17%{?dist} License: GPLv2+ Group: System Environment/Base Source: http://www.nsa.gov/selinux/archives/policycoreutils-%{version}.tgz @@ -306,14 +306,18 @@ fi exit 0 %changelog -* Tue May 11 2010 Dan Walsh 2.0.82-16 +* Tue May 11 2010 Dan Walsh 2.0.82-17 - Fix policy tool to have correct name in menus - Fix seunshare to handle /tmp being in ~/home +Resolves: #589232 +- Fix saving of altered files +Resolves: #580938 * Tue May 4 2010 Dan Walsh 2.0.82-15 - Allow audit2allow to specify alternative policy file for analysis * Mon May 3 2010 Dan Walsh 2.0.82-14 +- Allow audit2allow to specify alternative policy file for analysis - Update po - Fix sepolgen --no_attrs Resolves: #588280