loggedfs icon indicating copy to clipboard operation
loggedfs copied to clipboard

LoggedFS - Filesystem monitoring with Fuse

Results 8 loggedfs issues
Sort by recently updated
recently updated
newest added

The main implementation of loggedfs is working with the one path specified in the arguments. It mounts the fuse volume to the path specified and intercepts operations by splitting paths...

I ran into this issue testing my Python implementation - your C++ implementation shows the same problem: You implement truncate by [calling the `truncate` system call](https://github.com/rflament/loggedfs/blob/loggedfs-0.9/src/loggedfs.cpp#L510). As you might have...

Closely related to #16: In [your implementation of `open`](https://github.com/rflament/loggedfs/blob/loggedfs-0.9/src/loggedfs.cpp#L566), you are using the `open` system call. You should be using the `openat` system call instead.

It would be pretty cool to know how to create an entry in fstab so the system starts logging automatically. Especially an example with a log location and config file...

pcre is unmaintained; this updates the filtering to use pcre2 instead. Signed-off-by: Stephen Kitt

Hey, great piece of software; i'm using it to monitor systems now :) The logging feature is not working for me in ubuntu 20.04 straight from the repo ( not...

I notice that i get a UID output from loggedFS ( the main draw to it was finding out who edited things ), but we're 1 step away from printing...