Skip to main content

Questions tagged [fanotify]

1 vote
0 answers
26 views

Seeing as fapolicyd uses fanotify to prevent the execution of programs, is it possible to use fanotify to for security? Like, a program can be checked which file it's accessing and then deny if it ...
Melab's user avatar
  • 4,458
1 vote
0 answers
177 views

System I know has /etc/exports (redacted address range; NFSv4, Linux 5.8.3): /usr/users 192.168.68.0/255.255.255.128(rw,root_squash,sync,no_subtree_check) which is mounted on client machines (to ...
Marcus Müller's user avatar
15 votes
1 answer
4k views

In order to watch my home directory and all subdirectories recursively for 60 seconds: $ inotifywatch -v -r -t 60 /path You may get Failed to watch /path; upper limit on inotify watches reached! ...
Grzegorz Wierzowiecki's user avatar