ar- / incron

cron-like daemon which handles filesystem events
Other
223 stars 52 forks source link

FUSE without allow_root - can incrond monitor the FS? #51

Open DiagonalArg opened 5 years ago

DiagonalArg commented 5 years ago

I have a FUSE filesystem that does not have allow_root set, so only a normal user can access it. In particular, root can not monitor it. (This is Keybase's kbfs.) Is it possible to run incrond as a normal user?

DiagonalArg commented 5 years ago

I see that's not possible. And, while something like inotify/incron on the user level is possible, the FUSE developers have labeled it a "won't fix".