[RFC][PATCH] (#7U3) [linux-2.6.12-rc2-mm1] file system auditing

David Woodhouse dwmw2 at infradead.org
Fri Apr 29 17:02:11 UTC 2005


On Wed, 2005-04-27 at 18:32 -0500, Timothy R. Chavez wrote:
> I'm still having a bit of trouble getting the initial ramdisk stuff
> working (and no time to really fiddle with it).  I'll try to work
> through it tommorow and post a patch against audit.24 then.

Hint #1. Install patchutils, use 'interdiff' to get an incremental patch
between your U2 and U3 versions. Add an 'exit 1' just after the
application of %patch20024 (or whichever the auditfs one is) in the
specfile, run 'make prep' or 'rpm -bp', then apply your incremental
patch after it stops, and finally recreate the full diff against all the
backup files <xxx>.p20024: 
	for a in `find linux-2.6.9 -name \*.p20024` ; do
		diff -up $a `echo $a | sed s/.p20024//` ; done > 
			linux-2.6.9-auditfs7u3.patch

Hint #2. Don't bother. It's already building... :)

-- 
dwmw2




More information about the Linux-audit mailing list