des 2008-09-04 13:06:36 UTC
FreeBSD src repository
Modified files:
sys/security/audit audit_syscalls.c
Log:
SVN rev 182754 on 2008-09-04 13:06:36Z by des
Unbreak the build.
Pointy hat to: kevlo
Revision ChangesPath
1.32 +2 -2 src/sys/securit
rwatson 2008-08-31 22:07:53 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/security/audit audit_syscalls.c
Log:
SVN rev 182577 on 2008-08-31 22:07:53Z by rwatson
Merge r182059, r182118 from head to stable/7:
When getaudit(2) is unable to fi
rwatson 2008-08-24 19:55:10 UTC
FreeBSD src repository
Modified files:
sys/security/audit audit_syscalls.c
Log:
SVN rev 182118 on 2008-08-24 19:55:10Z by rwatson
Use ERANGE instead of EOVERFLOW selected in r182059, this seems more
appropriate even if Solaris doesn't docu
rwatson 2008-08-23 14:39:01 UTC
FreeBSD src repository
Modified files:
sys/security/audit audit_syscalls.c
Log:
SVN rev 182059 on 2008-08-23 14:39:01Z by rwatson
When getaudit(2) is unable to fit the terminal IPv6 address into the
space provided by its argument structure
csjp2008-03-13 13:53:20 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/security/audit audit_syscalls.c
Log:
MFC revision 1.25 -- Make sure we return EINVAL for invalid commands
Revision ChangesPath
1.1.2.13 +3 -0 src/sys/security/
csjp2008-03-13 13:52:28 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/security/audit audit_syscalls.c
Log:
MFC revision 1.25 -- Make sure we return EINVAL for invalid commands
Revision ChangesPath
1.21.2.1 +3 -0 src/sys/security/
csjp2008-03-06 22:57:03 UTC
FreeBSD src repository
Modified files:
sys/security/audit audit_syscalls.c
Log:
Change auditon(2) so that if somebody supplies an invalid command, it
returns EINVAL. Right now we return 0 or success for invalid commands,
which could be quite
rwatson 2007-11-08 16:23:03 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/security/audit audit_syscalls.c
Log:
Merge audit_syscalls.c:1.15 from HEAD to RELENG_6:
Consistent white space after .'s in comments.
Revision ChangesPath
1.1
rwatson 2007-11-08 15:30:01 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/security/audit audit_syscalls.c
Log:
Mege audit_syscalls.c:1.10 from HEAD to RELENG_6:
Use p_cansee() to check that a target process for an audit state
manipulation i
rwatson 2007-11-08 15:17:42 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/security/audit audit_syscalls.c
Log:
Mege audit_syscalls.c:1.11 from HEAD to RELENG_6:
Remove two XXX comments that no longer apply.
Obtained from: TrustedBSD Pro
rwatson 2007-11-08 15:01:35 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/security/audit audit_syscalls.c
Log:
Merge audit_syscalls.c:1.7 from HEAD to RELENG_6:
Audit path argument when changing audit trails.
Call NDFREE(), which while n
rwatson 2007-06-26 14:14:01 UTC
FreeBSD src repository
Modified files:
sys/security/audit audit_syscalls.c
sys/security/mac mac_audit.c mac_framework.h mac_policy.h
sys/security/mac_stub mac_stub.c
sys/security/mac_test mac_test.c
Log:
Add a new MAC framework
rwatson 2007-06-15 15:20:57 UTC
FreeBSD src repository
Modified files:
sys/security/audit audit_syscalls.c
Log:
In setaudit_addr(), drop the process lock in error cases.
Submitted by: Peter Holm <[EMAIL PROTECTED]> (BugMaster)
Revision ChangesPath
1.19 +
rwatson 2007-05-30 08:39:17 UTC
FreeBSD src repository
Modified files:
sys/security/audit audit_syscalls.c
Log:
Consistent white space after .'s in comments.
Revision ChangesPath
1.15 +3 -3 src/sys/security/audit/audit_syscalls.c
__
rwatson 2006-12-29 10:49:13 UTC
FreeBSD src repository
Modified files:
sys/security/audit audit_syscalls.c
Log:
Use p_cansee() to check that a target process for an audit state
manipulation is visible to the subject process. Remove XXX comments
suggesting this.
Conver
rwatson 2006-12-29 11:03:44 UTC
FreeBSD src repository
Modified files:
sys/security/audit audit_syscalls.c
Log:
Remove two XXX comments that no longer apply.
Obtained from: TrustedBSD Project
Revision ChangesPath
1.11 +0 -5 src/sys/security/audit/aud
kib 2006-11-22 11:51:13 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6_2)
sys/security/audit audit_syscalls.c
Log:
MFRELENG_6: rev. 1.1.2.5.
Obey the RELENG_6 rules for dealing with Giant for vn_open.
Reported by:Steve Wills (steve at stevenw
kib 2006-11-18 20:59:50 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/security/audit audit_syscalls.c
Log:
On RELENG_6, vn_open() will drop Giant aquired for calls into
non-MP-safe filesystem if fdx == -1, assuming the in-kernel callers are
no
csjp2006-10-16 15:03:49 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/security/audit audit_syscalls.c
Log:
MFC revision 1.8
Mark the audit system calls as being un-implemented for jails.
Discussed with: rwatson
Approved by:re (bmah
csjp2006-10-10 15:49:10 UTC
FreeBSD src repository
Modified files:
sys/security/audit audit_syscalls.c
Log:
Mark the audit system calls as being un-implemented in jails. Currently we do
not trust jails enough to execute audit related system calls. An example of
this is
rwatson 2006-10-02 06:56:10 UTC
FreeBSD src repository
Modified files:
sys/security/audit audit_syscalls.c
Log:
Audit path argument when changing audit trails.
Call NDFREE(), which while not currently strictly necessary, isn't a
bad idea.
MFC after: 3 days
Ob
rwatson 2006-06-05 22:36:13 UTC
FreeBSD src repository
Modified files:
sys/security/audit audit_syscalls.c
Log:
Remove use of Giant around vn_open() in audit trail setup.
Submitted by: jhb, wsalamon
Obtained from: TrustedBSD Project
Revision ChangesPath
1.
22 matches
Mail list logo