[gnome-software/1701-permissions-context-tile-says-has-access-to-no-files-even-if-flatpak-app-has-access-to: 17/21] gs-app: Introduce GS_APP_PERMISSIONS_FILESYSTEM_OTHER
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/1701-permissions-context-tile-says-has-access-to-no-files-even-if-flatpak-app-has-access-to: 17/21] gs-app: Introduce GS_APP_PERMISSIONS_FILESYSTEM_OTHER
- Date: Wed, 13 Apr 2022 15:07:29 +0000 (UTC)
commit 0acd95c9c53076de630d6a36b54f648f92b7704e
Author: Milan Crha <mcrha redhat com>
Date: Wed Apr 13 16:57:19 2022 +0200
gs-app: Introduce GS_APP_PERMISSIONS_FILESYSTEM_OTHER
This will be used to indicate that there are filesystem permissions
not covered by any other flag.
lib/gs-app.h | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/lib/gs-app.h b/lib/gs-app.h
index 325dfd86d..548fc403a 100644
--- a/lib/gs-app.h
+++ b/lib/gs-app.h
@@ -205,6 +205,7 @@ typedef enum {
GS_APP_PERMISSIONS_SETTINGS = 1 << 11,
GS_APP_PERMISSIONS_X11 = 1 << 12,
GS_APP_PERMISSIONS_ESCAPE_SANDBOX = 1 << 13,
+ GS_APP_PERMISSIONS_FILESYSTEM_OTHER = 1 << 14,
GS_APP_PERMISSIONS_LAST /*< skip >*/
} GsAppPermissions;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]