linux-application-whitelisting / fapolicyd

File Access Policy Daemon
GNU General Public License v3.0
192 stars 55 forks source link

Update notify.c for issue #254 #257

Closed wjhunter3 closed 1 year ago

wjhunter3 commented 1 year ago

Move the block of code that initializes mark_flag out of the loop so that it's always initialized, even if no watched mount points are initially present.

stevegrubb commented 1 year ago

This looks good to me. Thanks!