summaryrefslogtreecommitdiffstats
path: root/src/tests/cmocka/test_inotify.c
Commit message (Collapse)AuthorAgeFilesLines
* UTIL: Add a generic inotify moduleJakub Hrozek2017-02-151-0/+582
Adds a reusable module for watching files using the Linux-specific inotify(7) interface. Adds the possibility to watch the file's parent directory as well to make it possible to watch moves into the directory and allow watching file that doesn't exist at the time the watch is created. This interface is needed to implement the files provider, so this commit is related to: https://fedorahosted.org/sssd/ticket/2228 Reviewed-by: Pavel Březina <pbrezina@redhat.com>