Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jul 2008 20:49:12 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/security/mac_bsdextended mac_bsdextended.c
Message-ID:  <200807312049.m6VKnIQq051858@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2008-07-31 20:49:12 UTC

  FreeBSD src repository

  Modified files:
    sys/security/mac_bsdextended mac_bsdextended.c 
  Log:
  SVN rev 181069 on 2008-07-31 20:49:12Z by rwatson
  
  In mac_bsdextended's auditctl and acct policy access control checks,
  return success if the passed vnode pointer is NULL (rather than
  panicking).  This can occur if either audit or accounting are
  disabled while the policy is running.
  
  Since the swapoff control has no real relevance to this policy,
  which is concerned about intent to write rather than water under the
  bridge, remove it.
  
  PR:             kern/126100
  Reported by:    Alan Amesbury <amesbury at umn dot edu>
  MFC after:      3 days
  
  Revision  Changes    Path
  1.43      +8 -11     src/sys/security/mac_bsdextended/mac_bsdextended.c



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