summaryrefslogtreecommitdiffstats
path: root/sys/security
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2012-12-15 15:21:09 +0000
committerrwatson <rwatson@FreeBSD.org>2012-12-15 15:21:09 +0000
commitc3c1c81918dd701cfecb370f591746bacc907e4d (patch)
tree69f1b55feb71f56d5d28511ca400848970d81b62 /sys/security
parent47cd6e2beea69604d2753fd7ad5dc4991a44940a (diff)
downloadFreeBSD-src-c3c1c81918dd701cfecb370f591746bacc907e4d.zip
FreeBSD-src-c3c1c81918dd701cfecb370f591746bacc907e4d.tar.gz
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
Diffstat (limited to 'sys/security')
-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 cb5939f..cb5939f 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 e2e1961..e2e1961 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 1e7e68f..1e7e68f 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 c049179..c049179 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 6d0d67f..6d0d67f 100644
--- a/sys/security/audit/audit_bsm_token.c
+++ b/sys/security/audit/bsm_token.c
OpenPOWER on IntegriCloud