There are a couple of scripts I use for my own convenience that I ran setuid root
I have one of those: my dialer script.
What I did is create a short C wrapper:
#include <stdlib.h>
int main() {
system("/root/bin/dial");
return 0;
}Then I made that suid root.
_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail
To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
