summaryrefslogtreecommitdiffstats
path: root/lib/libbsm
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2009-01-14 10:44:16 +0000
committerrwatson <rwatson@FreeBSD.org>2009-01-14 10:44:16 +0000
commitdecd722669c40502553396eefd1098657c2eac59 (patch)
tree475d9112fa7258dc14e742448d0a7ccbc27a17ab /lib/libbsm
parentf2dfb737c38eea614a85b0eefc92a363a91d9143 (diff)
parent77fa2b3194a06888941bfb26e7aa568742d4150a (diff)
downloadFreeBSD-src-decd722669c40502553396eefd1098657c2eac59.zip
FreeBSD-src-decd722669c40502553396eefd1098657c2eac59.tar.gz
Merge OpenBSM alpha 5 from OpenBSM vendor branch to head, both
contrib/openbsm (svn merge) and src/sys/{bsm,security/audit} (manual merge). Hook up bsm_domain.c and bsm_socket_type.c to the libbsm build along with man pages, add audit_bsm_domain.c and audit_bsm_socket_type.c to the kernel environment. OpenBSM history for imported revisions below for reference. MFC after: 1 month Sponsored by: Apple Inc. Obtained from: TrustedBSD Project OpenBSM 1.1 alpha 5 - Stub libauditd(3) man page added. - All BSM error number constants with BSM_ERRNO_. - Interfaces to convert between local and BSM socket types and protocol families have been added: au_bsm_to_domain(3), au_bsm_to_socket_type(3), au_domain_to_bsm(3), and au_socket_type_to_bsm(3), along with definitions of constants in audit_domain.h and audit_socket_type.h. This improves interoperability by converting local constant spaces, which vary by OS, to and from Solaris constants (where available) or OpenBSM constants for protocol domains not present in Solaris (a fair number). These routines should be used when generating and interpreting extended socket tokens. - Fix build warnings with full gcc warnings enabled on most supported platforms. - Don't compile error strings into bsm_errno.c when building it in the kernel environment. - When started by launchd, use the label com.apple.auditd rather than org.trustedbsd.auditd.
Diffstat (limited to 'lib/libbsm')
-rw-r--r--lib/libbsm/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/libbsm/Makefile b/lib/libbsm/Makefile
index eaf1e3f..e978b7f 100644
--- a/lib/libbsm/Makefile
+++ b/lib/libbsm/Makefile
@@ -15,12 +15,14 @@ SHLIB_MAJOR= 2
SRCS= bsm_audit.c \
bsm_class.c \
bsm_control.c \
+ bsm_domain.c \
bsm_errno.c \
bsm_event.c \
bsm_flags.c \
bsm_io.c \
bsm_mask.c \
bsm_notify.c \
+ bsm_socket_type.c \
bsm_token.c \
bsm_user.c \
bsm_wrappers.c
@@ -36,12 +38,14 @@ INCSDIR= ${INCLUDEDIR}/bsm
MAN= libbsm.3 \
au_class.3 \
au_control.3 \
+ au_domain.3 \
au_errno.3 \
au_event.3 \
au_free_token.3 \
au_io.3 \
au_mask.3 \
au_open.3 \
+ au_socket_type.3 \
au_token.3 \
au_user.3 \
audit_submit.3
@@ -81,6 +85,8 @@ MLINKS= libbsm.3 bsm.3 \
au_control.3 getacpol.3 \
au_control.3 au_poltostr.3 \
au_control.3 au_strtopol.3 \
+ au_domain.3 au_bsm_to_domain.3 \
+ au_domain.3 au_domain_to_bsm.3 \
au_errno.3 au_bsm_to_errno.3 \
au_errno.3 au_errno_to_bsm.3 \
au_errno.3 au_strerror.3 \
@@ -104,6 +110,8 @@ MLINKS= libbsm.3 bsm.3 \
au_open.3 au_close_buffer.3 \
au_open.3 au_close_token.3 \
au_open.3 au_write.3 \
+ au_socket_type.3 au_bsm_to_socket_type.3 \
+ au_socket_type.3 au_socket_type_to_bsm.3 \
au_token.3 au_to_arg32.3 \
au_token.3 au_to_arg64.3 \
au_token.3 au_to_arg.3 \
OpenPOWER on IntegriCloud