cvs commit: src/sys/security/mac_bsdextended mac_bsdextended.c
Robert Watson
rwatson at FreeBSD.org
Sun Aug 31 18:23:52 UTC 2008
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
More information about the cvs-src
mailing list