* 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:
parent
2eba14d387
commit
abd6b8aa00
@ -36,3 +36,4 @@ policycoreutils-1.23.6.tgz
|
|||||||
policycoreutils-1.23.7.tgz
|
policycoreutils-1.23.7.tgz
|
||||||
policycoreutils-1.23.8.tgz
|
policycoreutils-1.23.8.tgz
|
||||||
policycoreutils-1.23.9.tgz
|
policycoreutils-1.23.9.tgz
|
||||||
|
policycoreutils-1.23.10.tgz
|
||||||
|
@ -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
|
--- 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 @@
|
@@ -0,0 +1,62 @@
|
||||||
+.\" Hey, Emacs! This is an -*- nroff -*- source file.
|
+.\" Hey, Emacs! This is an -*- nroff -*- source file.
|
||||||
+.\" Copyright (c) 2005 Dan Walsh <dwalsh@redhat.com>
|
+.\" 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>,
|
+.I Dan Walsh <dwalsh@redhat.com>,
|
||||||
+.B audit2why
|
+.B audit2why
|
||||||
+utility was written by Stephen Smalley <sds@tycho.nsa.gov>.
|
+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
|
--- 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
|
+++ policycoreutils-1.23.10/audit2why/Makefile 2005-05-17 08:25:00.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
|
|
||||||
|
|
||||||
@@ -17,6 +17,8 @@
|
@@ -17,6 +17,8 @@
|
||||||
install: all
|
install: all
|
||||||
-mkdir -p $(BINDIR)
|
-mkdir -p $(BINDIR)
|
||||||
@ -93,9 +76,9 @@ diff --exclude-from=exclude -N -u -r nsapolicycoreutils/audit2why/Makefile polic
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(TARGETS) *.o
|
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
|
--- 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 @@
|
@@ -164,7 +164,7 @@
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
%define libselinuxver 1.23.1-1
|
%define libselinuxver 1.23.1-1
|
||||||
%define libsepolver 1.5.8-2
|
%define libsepolver 1.5.9-2
|
||||||
Summary: SELinux policy core utilities.
|
Summary: SELinux policy core utilities.
|
||||||
Name: policycoreutils
|
Name: policycoreutils
|
||||||
Version: 1.23.9
|
Version: 1.23.10
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -37,7 +37,7 @@ context.
|
|||||||
%patch -p1 -b .rhat
|
%patch -p1 -b .rhat
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make CFLAGS="%{optflags}" all
|
make LIBDIR="%{_libdir}" CFLAGS="%{optflags}" all
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
@ -74,7 +74,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_sbindir}/load_policy
|
%{_sbindir}/load_policy
|
||||||
%{_bindir}/newrole
|
%{_bindir}/newrole
|
||||||
%{_bindir}/audit2allow
|
%{_bindir}/audit2allow
|
||||||
%{_bindir}/audit2why
|
%{_sbindir}/audit2why
|
||||||
%{_mandir}/man1/newrole.1.gz
|
%{_mandir}/man1/newrole.1.gz
|
||||||
%config %{_sysconfdir}/pam.d/newrole
|
%config %{_sysconfdir}/pam.d/newrole
|
||||||
%{_sbindir}/run_init
|
%{_sbindir}/run_init
|
||||||
@ -84,6 +84,11 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%config(noreplace) %{_sysconfdir}/sestatus.conf
|
%config(noreplace) %{_sysconfdir}/sestatus.conf
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon May 16 2005 Dan Walsh <dwalsh@redhat.com> 1.23.9-1
|
||||||
- Update to match NSA
|
- Update to match NSA
|
||||||
* Updated audit2why for sepol_ prefixes on Flask types to
|
* Updated audit2why for sepol_ prefixes on Flask types to
|
||||||
|
Loading…
Reference in New Issue
Block a user