* Tue May 17 2005 Dan Walsh <dwalsh@redhat.com> 1.23.10-1

- Update to match NSA
	* Extended audit2why to incorporate booleans and local user
	  settings when analyzing audit messages.
This commit is contained in:
Daniel J Walsh 2005-05-17 12:38:08 +00:00
parent 2eba14d387
commit abd6b8aa00
4 changed files with 17 additions and 28 deletions

View File

@ -36,3 +36,4 @@ policycoreutils-1.23.6.tgz
policycoreutils-1.23.7.tgz
policycoreutils-1.23.8.tgz
policycoreutils-1.23.9.tgz
policycoreutils-1.23.10.tgz

View File

@ -1,6 +1,6 @@
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/audit2why/audit2why.1 policycoreutils-1.23.9/audit2why/audit2why.1
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/audit2why/audit2why.1 policycoreutils-1.23.10/audit2why/audit2why.1
--- nsapolicycoreutils/audit2why/audit2why.1 1969-12-31 19:00:00.000000000 -0500
+++ policycoreutils-1.23.9/audit2why/audit2why.1 2005-05-16 17:24:58.000000000 -0400
+++ policycoreutils-1.23.10/audit2why/audit2why.1 2005-05-17 08:24:26.000000000 -0400
@@ -0,0 +1,62 @@
+.\" Hey, Emacs! This is an -*- nroff -*- source file.
+.\" Copyright (c) 2005 Dan Walsh <dwalsh@redhat.com>
@ -64,26 +64,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/audit2why/audit2why.1 po
+.I Dan Walsh <dwalsh@redhat.com>,
+.B audit2why
+utility was written by Stephen Smalley <sds@tycho.nsa.gov>.
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/audit2why/Makefile policycoreutils-1.23.9/audit2why/Makefile
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/audit2why/Makefile policycoreutils-1.23.10/audit2why/Makefile
--- nsapolicycoreutils/audit2why/Makefile 2005-05-16 15:40:11.000000000 -0400
+++ policycoreutils-1.23.9/audit2why/Makefile 2005-05-16 17:26:05.000000000 -0400
@@ -1,6 +1,6 @@
# Installation directories.
PREFIX ?= ${DESTDIR}/usr
-BINDIR ?= $(PREFIX)/sbin
+BINDIR ?= $(PREFIX)/bin
LIBDIR ?= ${PREFIX}/lib
MANDIR ?= $(PREFIX)/share/man
LOCALEDIR ?= /usr/share/locale
@@ -8,7 +8,7 @@
CFLAGS = -Werror
override CFLAGS += -Wall -W
-LDLIBS += ${LIBDIR}/libsepol.a -lselinux
+LDLIBS += -lsepol -lselinux
TARGETS=audit2why
+++ policycoreutils-1.23.10/audit2why/Makefile 2005-05-17 08:25:00.000000000 -0400
@@ -17,6 +17,8 @@
install: all
-mkdir -p $(BINDIR)
@ -93,9 +76,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/audit2why/Makefile polic
clean:
rm -f $(TARGETS) *.o
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/scripts/fixfiles policycoreutils-1.23.9/scripts/fixfiles
diff --exclude-from=exclude -N -u -r nsapolicycoreutils/scripts/fixfiles policycoreutils-1.23.10/scripts/fixfiles
--- nsapolicycoreutils/scripts/fixfiles 2005-04-29 14:11:23.000000000 -0400
+++ policycoreutils-1.23.9/scripts/fixfiles 2005-05-16 17:24:58.000000000 -0400
+++ policycoreutils-1.23.10/scripts/fixfiles 2005-05-17 08:24:26.000000000 -0400
@@ -164,7 +164,7 @@
fi

View File

@ -1,8 +1,8 @@
%define libselinuxver 1.23.1-1
%define libsepolver 1.5.8-2
%define libsepolver 1.5.9-2
Summary: SELinux policy core utilities.
Name: policycoreutils
Version: 1.23.9
Version: 1.23.10
Release: 1
License: GPL
Group: System Environment/Base
@ -37,7 +37,7 @@ context.
%patch -p1 -b .rhat
%build
make CFLAGS="%{optflags}" all
make LIBDIR="%{_libdir}" CFLAGS="%{optflags}" all
%install
rm -rf ${RPM_BUILD_ROOT}
@ -74,7 +74,7 @@ rm -rf ${RPM_BUILD_ROOT}
%{_sbindir}/load_policy
%{_bindir}/newrole
%{_bindir}/audit2allow
%{_bindir}/audit2why
%{_sbindir}/audit2why
%{_mandir}/man1/newrole.1.gz
%config %{_sysconfdir}/pam.d/newrole
%{_sbindir}/run_init
@ -84,6 +84,11 @@ rm -rf ${RPM_BUILD_ROOT}
%config(noreplace) %{_sysconfdir}/sestatus.conf
%changelog
* Tue May 17 2005 Dan Walsh <dwalsh@redhat.com> 1.23.10-1
- Update to match NSA
* Extended audit2why to incorporate booleans and local user
settings when analyzing audit messages.
* Mon May 16 2005 Dan Walsh <dwalsh@redhat.com> 1.23.9-1
- Update to match NSA
* Updated audit2why for sepol_ prefixes on Flask types to

View File

@ -1 +1 @@
402732000efeaba552cd317a4acb0b48 policycoreutils-1.23.9.tgz
93ad2b13fd89a918d2b71ffbb19d90df policycoreutils-1.23.10.tgz