[gnome-software] epiphany: Mark as securely sandboxed



commit 38727383b9ab7edf1211d875b286e83b3fe0d1d0
Author: Richard Hughes <richard hughsie com>
Date:   Mon Jul 11 15:26:41 2016 +0100

    epiphany: Mark as securely sandboxed

 src/plugins/gs-plugin-epiphany.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/plugins/gs-plugin-epiphany.c b/src/plugins/gs-plugin-epiphany.c
index 2787baa..3a8931c 100644
--- a/src/plugins/gs-plugin-epiphany.c
+++ b/src/plugins/gs-plugin-epiphany.c
@@ -261,6 +261,9 @@ gs_plugin_refine_app (GsPlugin *plugin,
 
        gs_app_set_size_installed (app, 4096);
 
+       /* i guess this is technically true */
+       gs_app_add_kudo (app, GS_APP_KUDO_SANDBOXED_SECURE);
+
        name = gs_app_get_name (app);
        if (name == NULL) {
                g_set_error (error,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]