[gnome-software/gnome-42: 2/7] gs-app: Introduce GS_APP_PERMISSIONS_FILESYSTEM_OTHER




commit 9a0405bd0277cb0f49256c1621210d814f87fabc
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]