Searched refs:audit (Results 1 - 25 of 90) sorted by relevance

1234

/freebsd-10.0-release/contrib/openbsm/man/
H A DMakefile.am6 audit.2 \
15 audit.log.5 \
/freebsd-10.0-release/contrib/openbsm/bin/
H A DMakefile.am13 audit \
/freebsd-10.0-release/usr.sbin/audit/
H A DMakefile6 .PATH: ${OPENBSMDIR}/bin/audit
10 PROG= audit
11 MAN= audit.8
/freebsd-10.0-release/etc/rc.d/
H A Dauditd27 /usr/sbin/audit -t
/freebsd-10.0-release/contrib/openbsm/bin/audit/
H A DMakefile.am2 ## $P4: //depot/projects/trustedbsd/openbsm/bin/audit/Makefile.am#7 $
11 sbin_PROGRAMS = audit
13 man8_MANS = audit.8
16 audit_SOURCES = auditd_controlUser.c audit.c
22 audit_SOURCES = audit.c
/freebsd-10.0-release/contrib/openbsm/etc/
H A Daudit_control5 dir:/var/audit
/freebsd-10.0-release/contrib/openbsm/sys/bsm/
H A DMakefile.am10 audit.h \
/freebsd-10.0-release/tools/regression/priv/
H A Dpriv_audit_submit.c33 * Confirm that privilege is required to submit an audit record; we don't
42 #include <bsm/audit.h>
56 * XXXRW: It would be nice if we checked for audit being configured
69 error = audit(record, sizeof(record));
H A Dpriv_audit_control.c33 * Confirm that privilege is required to issue an audit control command via
42 #include <bsm/audit.h>
55 * XXXRW: It would be nice if we checked for audit being configured
H A Dpriv_audit_getaudit.c33 * Confirm that privilege is required to query process audit state.
38 #include <bsm/audit.h>
51 * XXXRW: It would be nice if we checked for audit being configured
H A Dpriv_audit_setaudit.c33 * Confirm privilege is required to set process audit properties; we first
39 #include <bsm/audit.h>
/freebsd-10.0-release/sys/security/audit/
H A Dbsm_socket_type.c38 #include <security/audit/audit.h>
H A Daudit_trigger.c41 #include <security/audit/audit.h>
42 #include <security/audit/audit_private.h>
46 * used to communicate with userland. /dev/audit reliably delivers one-byte
157 .d_name = "audit"
H A Dbsm_fcntl.c38 #include <security/audit/audit.h>
H A Daudit_bsm_klib.c49 #include <bsm/audit.h>
51 #include <security/audit/audit.h>
52 #include <security/audit/audit_private.h>
55 * Hash table functions for the audit event number to event class mask
116 * Look up the class for an audit event in the class mapping table.
187 * XXXRW: Really, this should walk all possible audit events, not all
188 * native ABI system calls, as there may be audit events reachable
340 /* We will audit a bad command. */
384 /* We will audit
[all...]
H A Daudit_worker.c62 #include <bsm/audit.h>
69 #include <security/audit/audit.h>
70 #include <security/audit/audit_private.h>
81 * active audit trail. They are protected by the audit worker lock, which
86 * the audit worker lock.
102 * Write an audit record to a file, performed as the last stage after both
107 * the audit daemon, since the message is asynchronous anyway.
129 * First, gather statistics on the audit lo
[all...]
H A Daudit.c64 #include <bsm/audit.h>
71 #include <security/audit/audit.h>
72 #include <security/audit/audit_private.h>
76 FEATURE(audit, "BSM audit support");
85 static SYSCTL_NODE(_security, OID_AUTO, audit, CTLFLAG_RW, 0,
86 "TrustedBSD audit controls");
92 * Define the audit control flags.
112 * Global audit statistic
[all...]
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dxcrypt.c42 # include <sys/audit.h>
52 # include <sys/audit.h>
/freebsd-10.0-release/sys/security/mac/
H A Dmac_audit.c55 #include <security/audit/audit.h>
/freebsd-10.0-release/secure/usr.sbin/sshd/
H A DMakefile7 audit.c audit-bsm.c audit-linux.c platform.c \
/freebsd-10.0-release/sys/compat/freebsd32/
H A Dfreebsd32_capability.c43 #include <security/audit/audit.h>
/freebsd-10.0-release/sys/nfs/
H A Dnfs_nfssvc.c53 #include <security/audit/audit.h>
/freebsd-10.0-release/lib/libbsm/
H A DMakefile61 MAN+= audit.2 \
62 audit.log.5 \
/freebsd-10.0-release/sys/sys/
H A Ducred.h36 #include <bsm/audit.h>
/freebsd-10.0-release/tools/regression/audit/audit_pipe_ioctl/
H A Daudit_pipe_ioctl.c32 * Simple audit pipe regression test to confirm that the ioctls for queue
40 #include <security/audit/audit_ioctl.h>

Completed in 134 milliseconds

1234