Found in "gnokii-working" directory, some November-patches version
[gnokii.git] / packaging / Debian / postinst
1 #!/bin/sh -e
2
3 echo 'Setting /usr/sbin/mgnokiidev SUID root, executable only by the "gnokii" group.'
4 echo 'Read /usr/share/doc/gnokii/FAQ and README concerning the security risk.'
5 chown root.gnokii /usr/sbin/mgnokiidev
6 chmod 4750 /usr/sbin/mgnokiidev
7
8 #DEBHELPER#