fix - install with setuid bit
authorImran Zaman <imran.zaman@intel.com>
Mon, 16 Dec 2013 09:15:08 +0000 (11:15 +0200)
committerImran Zaman <imran.zaman@intel.com>
Mon, 16 Dec 2013 09:15:08 +0000 (11:15 +0200)
dists/debian/gumd.postinst

index 2b758c9..d37006e 100644 (file)
@@ -22,6 +22,7 @@ case "$1" in
     configure)
         ldconfig
     groupadd -f -r gumd
+    chmod 4755 /usr/bin/gumd
     ;;
 
     abort-upgrade|abort-remove|abort-deconfigure)