Howard Cokl wrote:
as root
chmod a+s /usr/local/bin/mythfrontend

The executable has to be owned by root and have the SUID bit set:

chown root /usr/local/bin/mythfrontend
chmod 4755 /usr/local/bin/mythfrontend

--  bjm
_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to