>
> > Hmm. Is there a way to do the following call in a custom linked-in > driver without being a root? > > socket(PF_INET, SOCK_RAW, IPPROTO_RAW); > Interesting... if one changes shared object (implementing linked-in driver) owner to "root" and than use chmod 4755, would this make a whole run-time execute with root privileges? V.