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

1234567

/illumos-gate/usr/src/lib/libadt_jni/com/sun/
H A DMakefile.com32 ROOTAUDITHOME = $(ROOT)/usr/lib/audit
H A DMakefile33 SUBDIRS = audit
/illumos-gate/usr/src/lib/libbsm/common/
H A Dadt_ucred.h36 #include <bsm/audit.h>
H A Daudit_policy.h32 #include <bsm/audit.h>
62 {"arge", AUDIT_ARGE, "include exec environment args in audit recs"},
63 {"argv", AUDIT_ARGV, "include exec command line args in audit recs"},
65 {"group", AUDIT_GROUP, "include supplementary groups in audit recs"},
70 {"public", AUDIT_PUBLIC, "audit public files"},
71 {"seq", AUDIT_SEQ, "include a sequence number in audit recs"},
72 {"trail", AUDIT_TRAIL, "include trailer token in audit recs"},
74 "information in audit recs"},
76 "information in audit recs"},
77 {"zonename", AUDIT_ZONENAME, "include zonename token in audit rec
[all...]
H A Dgetfaudflgs.c26 #include <bsm/audit.h>
33 * input: usremasks->as_success - always audit on success
34 * usremasks->as_failure - always audit on failure
35 * usrdmasks->as_success - never audit on success
36 * usrdmasks->as_failure - never audit on failure
38 * output: lastmasks->as_success - audit on success
39 * lastmasks->as_failure - audit on failure
49 /* get system audit mask and convert to bit mask */
H A Dbsm.c28 #include <bsm/audit.h>
42 audit(char *record, int length) function
H A Dllib-lbsm30 #include <bsm/audit.h>
H A Daudit_reboot.c28 #include <bsm/audit.h>
71 * wait for audit daemon
72 * to put reboot message onto audit trail
80 /* find out if audit daemon is running */
84 /* turn off audit daemon and try to flush audit queue */
85 if (canaudit && system("/usr/sbin/audit -T"))
H A Daudit_shutdown.c29 #include <bsm/audit.h>
H A Dadt.h33 #include <bsm/audit.h>
59 * operations where PAM has already set the audit context in the cred.
78 #define ADT_USE_PROC_DATA 0x1 /* copy audit char's from proc */
H A Daudit_halt.c29 #include <bsm/audit.h>
88 /* wait for audit daemon to put halt message onto audit trail */
95 /* find out if audit daemon is running */
99 /* turn off audit daemon and try to flush audit queue */
100 if (canaudit && system("/usr/sbin/audit -T"))
H A Daudit_mountd.c31 #include <bsm/audit.h>
/illumos-gate/usr/src/lib/libadt_jni/com/sun/audit/
H A DMakefile27 # lib/libadt_jni/com/sun/audit/Makefile
31 ADT_PKG = com.sun.audit
34 CLASSPATH = $(TOP):com/sun/audit
84 $(JAR) -cvf $(TOP)/com/sun/audit/$(JAR_FILE) com/sun/audit/*.class
/illumos-gate/usr/src/tools/codesign/
H A Dcodesign_server.pl62 open(AUDIT, ">>$Base/audit/log");
69 audit("START User=$user Client=$client");
150 audit("SIGN $path $cred $hash");
201 # audit(msg)
203 # Create an audit record. All records have this format:
207 sub audit { subroutine
220 # non-fatal (WARNING). Send the message to the audit error log
226 audit($msg);
237 audit("END");
/illumos-gate/usr/src/cmd/audit/
H A DMakefile25 PROG = audit
36 OBJS = audit.o
/illumos-gate/usr/src/uts/common/c2/
H A DMakefile31 HDRS= audit.h audit_kernel.h audit_kevents.h audit_record.h \
/illumos-gate/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.h37 #include <bsm/audit.h>
/illumos-gate/usr/src/cmd/praudit/
H A Dprint_audit.txt35 print_audit, print_audit_buf - format and print audit trail data
39 print_audit_xml_ending_buf - print audit XML prolog and ending
53 print_audit() formats binary audit data from stdin and prints in
54 ASCII on stdout. print_audit_buf() formats binary audit data from
59 only the audit XML prolog. The XML, prolog includes identification
65 the XML ending which completes the audit XML.
124 binary audit data.
128 EIO - input exhausted before end of an audit record.
145 audit record from the input):
163 The following code fragment takes audit inpu
[all...]
/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dwhocalls.ksh28 whocalls will audit all function bindings between <utility> and any library
/illumos-gate/usr/src/uts/common/sys/
H A Ducred.h40 #include <c2/audit.h>
42 #include <bsm/audit.h>
81 /* Get the process audit info */
/illumos-gate/usr/src/cmd/sgs/libcrle/
H A DMakefile.com30 COMOBJS= audit.o dump.o util.o
/illumos-gate/usr/src/cmd/bnu/
H A Duudemon.cleanup129 [ -f $ADMIN/audit ] && mv $ADMIN/audit $OLD/audit
135 > $ADMIN/audit
/illumos-gate/usr/src/cmd/auditrecord/
H A DMakefile29 ROOTAUDITDIR = $(ROOT)/usr/lib/audit
/illumos-gate/usr/src/cmd/auditreduce/
H A Dauditr.h61 #include <bsm/audit.h>
82 #define FM_ALLFILE 0 /* f_mode in o.c - all audit files in dir */
105 * audit calloc that checks for NULL return
/illumos-gate/usr/src/uts/common/syscall/
H A Dlink.c45 #include <c2/audit.h>

Completed in 2390 milliseconds

1234567