Displaying 1 result from an estimated 1 matches for "jauthd".
Did you mean:
  authd
  
2005 Feb 15
0
Identd in jail.
...e problem with running identd in jail on 4.10-stable
I've found that getcred() sysctl isn't permitted from within jail on 4.x.
R.Watson suggest some "cheap hack" for this but I've solved this 
without patching the kernel. 
My patched ident gets result of getcred() sysctl from jauthd daemon via 
unix socket. Jauthd is simply getcred proxy, it gets two sockadddr_in 
from jailed process and sends ucred. 
Jauthd daemon can be extend  to verify data recived from jailed process, 
and of course to listen in many jails . 
I know that this isn't far better then "cheap hack&q...