lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Mon, 1 May 2017 15:16:49 -0500
From:   Eric Sandeen <esandeen@...hat.com>
To:     Dietrich Hoppe <dietrich.hoppe@...or.de>,
        linux-ext4@...r.kernel.org
Subject: Re: ext4: Onchange?

On 5/1/17 2:51 PM, Dietrich Hoppe wrote:
> Hi,
> 
> is there any way to register an OnChange-function, that is called by
> the ext4 file system whenever a change occurs (i.e. create, delete,
> rename, move a file).
> 
> Regards Dietrich Hoppe
> 

Take a look at inotify in the linux kernel

https://lwn.net/Articles/604686/
https://en.wikipedia.org/wiki/Inotify
http://www.lanedo.com/filesystem-monitoring-linux-kernel/

etc

-Eric

Powered by blists - more mailing lists