Download List

Project Description

auditunlink is a Linux shared library that intercepts the unlink system call, and logs which process, program, and user initiated it, and to which file the call was applied. It is designed to be loaded with LD_PRELOAD or /etc/ld.so.preload, and allows system administrators to log file deletions even if a user has the proper file system permissions to perform the deletion.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-11-14 20:42
0.1.1

The library was changed to use geteuid()
(effective UID) so that it would work with
programs like Samba. A warning about upgrading the
library if it is used from /etc/ld.so.preload is
now included.
Tags: Minor feature enhancements

2002-11-01 01:44
0.1.0

This release includes a configure script and a configure option to only
log unlink() calls from the rm command. Also included is an AUTHORS
file which credits various people that have helped create/improve the
module.
Tags: Minor feature enhancements

2002-10-25 07:37
0.0.2

This release cleans up some of the code, and fixes grammatical errors
and typos.
Tags: Code cleanup

2002-10-15 15:02
0.0.1

Tags: Initial freshmeat announcement

Project Resources