aboutsummaryrefslogtreecommitdiff
path: root/sys/security/audit
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2012-12-15 15:21:09 +0000
committerRobert Watson <rwatson@FreeBSD.org>2012-12-15 15:21:09 +0000
commit6f1cbda73d91b0215e9ab08984c5ed24bc92f1d7 (patch)
tree69f1b55feb71f56d5d28511ca400848970d81b62 /sys/security/audit
parentf7d2299713b626468b7435a8fcb13dc729c97354 (diff)
downloadsrc-6f1cbda73d91b0215e9ab08984c5ed24bc92f1d7.tar.gz
src-6f1cbda73d91b0215e9ab08984c5ed24bc92f1d7.zip
Four .c files from OpenBSM are used, in modified form, by the kernel to
implement the BSM audit trail format. Rename the kernel versions of the files to match the userspace filenames so that it's easier to work out what they correspond to, and therefore ensure they are kept in-sync. Obtained from: TrustedBSD Project
Notes
Notes: svn path=/head/; revision=244267
Diffstat (limited to 'sys/security/audit')
-rw-r--r--sys/security/audit/bsm_domain.c (renamed from sys/security/audit/audit_bsm_domain.c)0
-rw-r--r--sys/security/audit/bsm_errno.c (renamed from sys/security/audit/audit_bsm_errno.c)0
-rw-r--r--sys/security/audit/bsm_fcntl.c (renamed from sys/security/audit/audit_bsm_fcntl.c)0
-rw-r--r--sys/security/audit/bsm_socket_type.c (renamed from sys/security/audit/audit_bsm_socket_type.c)0
-rw-r--r--sys/security/audit/bsm_token.c (renamed from sys/security/audit/audit_bsm_token.c)0
5 files changed, 0 insertions, 0 deletions
diff --git a/sys/security/audit/audit_bsm_domain.c b/sys/security/audit/bsm_domain.c
index cb5939fa1772..cb5939fa1772 100644
--- a/sys/security/audit/audit_bsm_domain.c
+++ b/sys/security/audit/bsm_domain.c
diff --git a/sys/security/audit/audit_bsm_errno.c b/sys/security/audit/bsm_errno.c
index e2e1961fee5a..e2e1961fee5a 100644
--- a/sys/security/audit/audit_bsm_errno.c
+++ b/sys/security/audit/bsm_errno.c
diff --git a/sys/security/audit/audit_bsm_fcntl.c b/sys/security/audit/bsm_fcntl.c
index 1e7e68f9127c..1e7e68f9127c 100644
--- a/sys/security/audit/audit_bsm_fcntl.c
+++ b/sys/security/audit/bsm_fcntl.c
diff --git a/sys/security/audit/audit_bsm_socket_type.c b/sys/security/audit/bsm_socket_type.c
index c049179e21b1..c049179e21b1 100644
--- a/sys/security/audit/audit_bsm_socket_type.c
+++ b/sys/security/audit/bsm_socket_type.c
diff --git a/sys/security/audit/audit_bsm_token.c b/sys/security/audit/bsm_token.c
index 6d0d67fcff12..6d0d67fcff12 100644
--- a/sys/security/audit/audit_bsm_token.c
+++ b/sys/security/audit/bsm_token.c