From 7f5e289547056c0a2737e82ca8e59236cb496730 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Thu, 14 Apr 2005 20:32:36 +0000 Subject: [PATCH] * Thu Apr 14 2005 Dan Walsh 1.23.6-1 - Update to match NSA * Fixed signed/unsigned pointer bug in load_policy. * Reverted context validation patch for genhomedircon. --- .cvsignore | 1 + policycoreutils.spec | 11 ++++++++++- sources | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.cvsignore b/.cvsignore index f29fa13..54bf04b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -32,3 +32,4 @@ policycoreutils-1.23.2.tgz policycoreutils-1.23.3.tgz policycoreutils-1.23.4.tgz policycoreutils-1.23.5.tgz +policycoreutils-1.23.6.tgz diff --git a/policycoreutils.spec b/policycoreutils.spec index d7e4c7a..8d33e4a 100644 --- a/policycoreutils.spec +++ b/policycoreutils.spec @@ -2,7 +2,7 @@ %define libsepolver 1.5.1-1 Summary: SELinux policy core utilities. Name: policycoreutils -Version: 1.23.5 +Version: 1.23.6 Release: 1 License: GPL Group: System Environment/Base @@ -80,8 +80,17 @@ rm -rf ${RPM_BUILD_ROOT} %config(noreplace) %{_sysconfdir}/sestatus.conf %changelog +* Thu Apr 14 2005 Dan Walsh 1.23.6-1 +- Update to match NSA + * Fixed signed/unsigned pointer bug in load_policy. + * Reverted context validation patch for genhomedircon. + * Wed Apr 13 2005 Dan Walsh 1.23.5-1 - Update to match NSA + * Reverted load_policy is_selinux_enabled patch from Dan Walsh. + Otherwise, an initial policy load cannot be performed using + load_policy, e.g. for anaconda. + * Mon Apr 11 2005 Dan Walsh 1.23.4-3 - remove is_selinux_enabled check from load_policy (Bad idea) diff --git a/sources b/sources index bf90938..fea889f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -950cec767d7204a33b8493b72d5f0ac3 policycoreutils-1.23.5.tgz +06daa87257a178b6cd035d4ee3a012d9 policycoreutils-1.23.6.tgz