Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Only grant permission once for unidentified apps
The status-quo is problematic because: * It is not comunicated well enough that granting the permission would also grant it for any other unidentified program. That includes all programs started from a terminal, without a systemd scope. * It is not true, or not true for all Desktops, that "This permission can be changed at any time from the privacy settings." because the "privacy settings" app would need to have a section dedicated to unidentified apps, which gnome-control-center for example does not have. Both problems could be addressed differently, but I believe this is a better solution overall: I propose we don't use the PermissionStore for unidentified apps, at all. It is generally unsensible to grant such a wide permission, and I don't think we should allow it. Instead, such unidentified apps will always prompt whenever they want to take a privileged action.
- Loading branch information