APIs like inotify can monitor for file access events through the file manager. But inotify won't trigger when access to a file (with no permissions) is attempted. Need a way or another API to detect file access events of files with no user permissions.
APIs like
inotifycan monitor for file access events through the file manager. Butinotifywon't trigger when access to a file (with no permissions) is attempted. Need a way or another API to detect file access events of files with no user permissions.