Is there a way to watchdog filesystem in python with sudo access file?

141 views Asked by At

Currently i see we have watchdog library but its allow watchdog on only those file that access within logged in user on linux OS or windows OS.

Is there any way to add watchdog for file that access through sudo?

I did tried with watchdog.observer but its throwing error permission denied.

0

There are 0 answers