Found in "gnokii-working" directory, some November-patches version
[gnokii.git] / packaging / Debian / postinst
index 785ba4e..125800a 100644 (file)
@@ -1,3 +1,8 @@
 #!/bin/sh -e
 
-/usr/sbin/groupdel gnokii
+echo 'Setting /usr/sbin/mgnokiidev SUID root, executable only by the "gnokii" group.'
+echo 'Read /usr/share/doc/gnokii/FAQ and README concerning the security risk.'
+chown root.gnokii /usr/sbin/mgnokiidev
+chmod 4750 /usr/sbin/mgnokiidev
+
+#DEBHELPER#