Date: Sun, 31 Aug 2008 18:23:42 +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: <200808311823.m7VINl5a088664@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2008-08-31 18:23:42 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/security/mac_bsdextended mac_bsdextended.c Log: SVN rev 182557 on 2008-08-31 18:23:42Z by rwatson Merge r181069 from head to stable/7: 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> Revision Changes Path 1.39.2.2 +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?200808311823.m7VINl5a088664>