[gnome-ostree] mutter-launch needs to be setuid



commit 8e5a9e9580cd1b8f970ad121fb920aa45bf66ba0
Author: Giovanni Campagna <gcampagn redhat com>
Date:   Fri Aug 30 10:51:46 2013 +0200

    mutter-launch needs to be setuid
    
    That's the point of a setuid helper, right?

 manifest.json |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index f79981a..fc654ec 100644
--- a/manifest.json
+++ b/manifest.json
@@ -732,7 +732,8 @@
                 "name": "mutter-wayland",
                 "branch": "wayland",
                 "config-opts": ["--enable-compile-warnings=maximum",
-                                "--enable-wayland"]},
+                                "--enable-wayland"],
+                "setuid": ["/runtime/usr/bin/mutter-launch"]},
 
                {"src": "gnome:gjs",
                 "config-opts": ["--enable-installed-tests"]},


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