Télécharger la liste

Description du projet

LoggedFS is a transparent fuse-filesystem which allows you to log every operation that happens in the backend filesystem. Logs can be written to syslog, to a file, or to standard output. It comes with an XML configuration file in which you can choose exactly what you want to log. You can add filters on users, operations (open, read, write, chown, chmod, etc.), filenames, and return codes. Filename's filters are regular expressions. Since it is fuse-based, you don't need to change anything in your kernel or hard disk partition to use it.

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.

2008-09-04 07:51
0.5

L'opération d'ouverture est divisé en trois opérations pour laisser plus de grains fins d'exploitation forestière: lire ouvertes / écriture, ouvert en lecture seule, et à écrire en plein seulement.
Tags: Minor feature enhancements
The open operation is divided into three operations to allow more fine grained logging: open read/write, open read-only, and open write-only.

2007-01-23 23:44
0.4

Diverses corrections de bugs et Fuse 2.6 Compatibilité. LoggedFS prend désormais en charge les inodes.
Tags: Major bugfixes
Various bug corrections and Fuse 2.6 compatibility. LoggedFS now supports inodes.

2006-01-15 21:40
0.3

LoggedFS devient transparent, donc vous n'avez pas besoin d'un backend et un point de montage plus. Vous pouvez juste faire "loggedfs-f-p / var" et voir ce qui se passe dans / var. Il ya un nouvel attribut dans la configuration XML à se connecter seulement des succès ou des échecs. Il existe une nouvelle option-l pour enregistrer dans un fichier.
Tags: Major feature enhancements
LoggedFS is now transparent, so you don't need a backend and a mountpoint anymore. You can just do "loggedfs -f -p /var" and see what happens in /var. There is a new attribute in the XML configuration to log only successes or failures. There is a new -l option to log to a file.

2006-01-06 22:39
0.2.1

Une nouvelle option-p, qui permet aux autres utilisateurs de voir loggedfs montés fichiers (et donc loggedfs pouvez vous connecter ce qu'ils font sur lui).
Tags: Minor feature enhancements
A new -p option that allows other users to see loggedfs mounted files (and so loggedfs can log what they do on it).

2006-01-05 23:26
0.2

Il ya un nouveau fichier de configuration XML, qui vous permet d'être plus précis sur ce que vous voulez vous connecter et ce que vous ne voulez pas vous connecter.
Tags: Major feature enhancements
There's a new configuration file in XML, which allows you to be more precise on what you want to log and what you don't want to to log.

Project Resources