Displaying 1 result from an estimated 1 matches for "riskyd".
Did you mean:
risked
2002 Nov 12
2
Forcing privileged ports with ssh -R
Hi,
I have a daemon process which is changings things in the system only the
superuser should be allowed to change. Lets call it "riskyd".
Users use a frontend on the same machine (lets call it "risky"). risky
is a SUID program which talks to riskyd by binding to a privileged port,
then connecting to riskyd on localhost. riskyd cheks that the connection
is coming from localhost and from a privileged port to make s...