Télécharger la liste

Description du projet

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.

Système requise

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

La bibliothèque a été modifiée pour utiliser geteuid () (UID effectif), de sorte qu'il fonctionne avec des logiciels comme Samba. Un avertissement sur l'extension de la bibliothèque si elle est utilisée depuis / etc / ld.so.preload est maintenant inclus.
Tags: Minor feature enhancements
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.

2002-11-01 01:44
0.1.0

Cette version inclut un script de configuration et d'une option de configuration de n'enregistrer que les unlink () appelle de la commande rm. Est également inclus un fichier AUTHORS qui crédite différentes personnes qui ont contribué à créer ou d'améliorer le module.
Tags: Minor feature enhancements
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.

2002-10-25 07:37
0.0.2

Ce communiqué nettoie une partie du code, et corrige les erreurs de grammaire et de fautes de frappe.
Tags: Code cleanup
This release cleans up some of the code, and fixes grammatical errors
and typos.

2002-10-15 15:02
0.0.1

Tags: Initial freshmeat announcement

Project Resources