-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: disabling volumes, app lock #27
Labels
enhancement
New feature or request
Comments
Agreed. The intention of the |
chenxiaolong
added a commit
that referenced
this issue
Sep 11, 2023
Previously, when using the `Hide from DocumentsUI` option, external apps that were previously granted access to a file or directory retain access. This was never the intention. Now, when a remote is hidden, all further file operations via SAF will fail with a SecurityException. However, the SAF URIs are not revoked so when the remote is unhidden again, apps will immediately regain their prior access. The UI option has been renamed to `Block external app access` to clarify what will actually happen. Issue: #27 Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
chenxiaolong
added a commit
that referenced
this issue
Sep 11, 2023
Issue: #27 Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
chenxiaolong
added a commit
that referenced
this issue
Sep 11, 2023
Issue: #27 Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
chenxiaolong
added a commit
that referenced
this issue
Sep 11, 2023
Issue: #27 Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
chenxiaolong
added a commit
that referenced
this issue
Sep 11, 2023
If RSAF loses focus for 1 minute, then it will time out and require authentication again. This should allow enough time to switch to other apps (eg. password manager) and back without it being too annoying. Issue: #27 Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Option to disable volumes, making any access attempt failed (might be an improvement to hiding volumes from the UI). This would be useful if I have a volume with sensitive files that I need to temporarily hide.
Option to require authorization (e.g. fingerprint, PIN, etc.) to open the app to protect the configuration from reading credentials or unauthorized changes.
The text was updated successfully, but these errors were encountered: