Download List

Projeto Descrição

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

A biblioteca foi alterado para usar geteuid () (efetivo UID) de modo que ele iria trabalhar com programas como o Samba. Um aviso sobre a atualização da biblioteca, se for usada a partir de / etc / ld.so.preload agora está incluído.
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

Esta versão inclui um script de configuração e uma opção para configurar o log somente unlink () chamadas a partir do comando rm. Também está incluído um arquivo AUTORES créditos que diversas pessoas que ajudaram a criar / melhorar o módulo.
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

Esta versão limpa parte do código e correções de erros gramaticais e ortográficos.
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