You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After #2 we're currently just testing whether /usr/bin/stat /path/to/mount returns. We could add a helper program which could check permissions (to inform the sysadmin when the mount cannot be checked adequately) and perhaps do something like call listdir but abort after the first page to avoid enumerating possibly large numbers of files every time.
The text was updated successfully, but these errors were encountered:
After #2 we're currently just testing whether
/usr/bin/stat /path/to/mount
returns. We could add a helper program which could check permissions (to inform the sysadmin when the mount cannot be checked adequately) and perhaps do something like calllistdir
but abort after the first page to avoid enumerating possibly large numbers of files every time.The text was updated successfully, but these errors were encountered: