cvs commit: src/sys/kern kern_prot.c src/sys/sys systm.h

Colin Percival cperciva at FreeBSD.org
Fri Jul 16 08:57:16 PDT 2004


cperciva    2004-07-16 15:57:16 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_prot.c 
    sys/sys              systm.h 
  Log:
  Add a SUSER_RUID flag to suser_cred.  This flag indicates that we want to
  check if the *real* user is the superuser (vs. the normal behaviour, which
  checks the effective user).
  
  Reviewed by:    rwatson
  
  Revision  Changes    Path
  1.184     +2 -3      src/sys/kern/kern_prot.c
  1.210     +1 -0      src/sys/sys/systm.h


More information about the cvs-src mailing list