pjd         2006-06-27 11:28:50 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_fork.c 
  Log:
  - Use suser_cred(9) instead of checking cr_ruid directly.
  - For privileged processes safe two mutex operations.
  
  We may want to consider if this is good idea to use SUSER_ALLOWJAIL here,
  but for now I didn't wanted to change the original behaviour.
  
  Reviewed by:    rwatson
  
  Revision  Changes    Path
  1.259     +10 -7     src/sys/kern/kern_fork.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to