Remove obsolete comment about privileges: SUSER_ALLOWJAIL is no longer set

in this code.
This commit is contained in:
rwatson 2007-04-11 16:31:02 +00:00
parent 9228026070
commit f649df97fb

View File

@ -1225,8 +1225,6 @@ ipsec_init_pcbpolicy(so, pcb_sp)
/*
* XXXRW: Can we avoid caching the privilege decision here, and
* instead cache the credential?
*
* XXXRW: Why is suser_allowjail set here?
*/
if (so->so_cred != NULL && priv_check_cred(so->so_cred,
PRIV_NETINET_IPSEC, 0) == 0)