Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Dec 2009 13:55:15 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern kern_priv.c
Message-ID:  <200912291355.nBTDtVCZ088601@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2009-12-29 13:55:15 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/kern             kern_priv.c 
  Log:
  SVN rev 201197 on 2009-12-29 13:55:15Z by rwatson
  
  Merge r189063 from head to stable/7:
  
    Add static tracing for privilege checking:
  
      priv:kernel:priv_check:priv_ok fires for granted privileges
      priv:kernel:priv_check:priv_err fires for denied privileges
  
    The first argument is the requested privilege number.  The naming
    convention is a little different from the OpenSolaris equivilent
    because we can't have '-' in probefunc names, and our privilege
    namespace is different.
  
  Requested by:   bz
  
  Revision  Changes    Path
  1.4.2.2   +40 -9     src/sys/kern/kern_priv.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200912291355.nBTDtVCZ088601>