| /onnv/onnv-gate/usr/src/lib/libbsm/ |
| audit_control.txt | 27 dir:/var/audit
|
| mkhdr.sh | 51 * User level audit event numbers.
|
| /onnv/onnv-gate/usr/src/lib/libadt_jni/com/sun/ |
| Makefile.com | 32 ROOTAUDITHOME = $(ROOT)/usr/lib/audit
|
| Makefile | 33 SUBDIRS = audit
|
| /onnv/onnv-gate/usr/src/cmd/audit/ |
| Makefile | 28 PROG = audit 39 OBJS = audit.o
|
| /onnv/onnv-gate/usr/src/lib/libadt_jni/com/sun/audit/ |
| Makefile | 27 # lib/libadt_jni/com/sun/audit/Makefile 31 ADT_PKG = com.sun.audit 34 CLASSPATH = $(TOP):com/sun/audit 44 JAR_FILE=Audit.jar 84 $(JAR) -cvf $(TOP)/com/sun/audit/$(JAR_FILE) com/sun/audit/*.class
|
| /onnv/onnv-gate/usr/src/lib/libbsm/common/ |
| adt_ucred.h | 36 #include <bsm/audit.h>
|
| bsm.c | 28 #include <bsm/audit.h> 42 audit(char *record, int length) function
|
| llib-lbsm | 32 #include <bsm/audit.h>
|
| au_usermask.c | 29 #include <bsm/audit.h> 35 * Initialize audit preselection mask. This function should be used 39 * First, the system wide default audit flags are obtained 42 * Next, the "always audit" flags, obtained from the audit_user(5) database, 45 * Finally, the "never audit" flags, also obtained from the audit_user(5) 50 * (default audit flags + alway audit flags) - never audit flags 67 * Get the system wide default audit flags out of the audit_control(5) 87 * Get the always audit flags and the never audit flags fro [all...] |
| audit_reboot.c | 31 #include <bsm/audit.h> 74 * wait for audit daemon 75 * to put reboot message onto audit trail 83 /* find out if audit daemon is running */ 87 /* turn off audit daemon and try to flush audit queue */ 88 if (canaudit && system("/usr/sbin/audit -t"))
|
| audit_shutdown.c | 31 #include <bsm/audit.h>
|
| getfaudflgs.c | 29 #include <bsm/audit.h> 39 * input: usremasks->as_success - always audit on success 40 * usremasks->as_failure - always audit on failure 41 * usrdmasks->as_success - never audit on success 42 * usrdmasks->as_failure - never audit on failure 44 * output: lastmasks->as_success - audit on success 45 * lastmasks->as_failure - audit on failure 66 /* get system audit mask and convert to bit mask */
|
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWaudit/ |
| prototype_com | 48 d none usr/lib/audit 0755 root bin 54 f none usr/lib/audit/Audit.jar 0644 root bin
|
| /onnv/onnv-gate/usr/src/uts/common/c2/ |
| Makefile | 31 HDRS= audit.h audit_kernel.h audit_kevents.h audit_record.h \
|
| /onnv/onnv-gate/usr/src/uts/common/syscall/ |
| auditsys.c | 32 #include <c2/audit.h>
|
| /onnv/onnv-gate/usr/src/tools/codesign/ |
| codesign_server.pl | 62 open(AUDIT, ">>$Base/audit/log"); 69 audit("START User=$user Client=$client"); 148 # Audit successful signing 150 audit("SIGN $path $cred $hash"); 201 # audit(msg) 203 # Create an audit record. All records have this format: 207 sub audit { subroutine 213 print AUDIT "$timestamp $Session $msg\n"; 220 # non-fatal (WARNING). Send the message to the audit error lo [all...] |
| /onnv/onnv-gate/usr/src/lib/auditd_plugins/syslog/ |
| sysplugin.h | 37 #include <bsm/audit.h>
|
| /onnv/onnv-gate/usr/src/cmd/auditconfig/ |
| auditconfig_impl.h | 33 #include <bsm/audit.h> 64 {"arge", AUDIT_ARGE, "include exec environment args in audit recs"}, 65 {"argv", AUDIT_ARGV, "include exec command line args in audit recs"}, 67 {"group", AUDIT_GROUP, "include supplementary groups in audit recs"}, 72 {"public", AUDIT_PUBLIC, "audit public files"}, 73 {"seq", AUDIT_SEQ, "include a sequence number in audit recs"}, 74 {"trail", AUDIT_TRAIL, "include trailer token in audit recs"}, 76 "information in audit recs"}, 78 "information in audit recs"}, 79 {"zonename", AUDIT_ZONENAME, "include zonename token in audit recs" [all...] |
| /onnv/onnv-gate/usr/src/cmd/praudit/ |
| print_audit.txt | 35 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 input from stdin, an [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/link_audit/common/ |
| whocalls.ksh | 33 whocalls will audit all function bindings between <utility> and any library
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| getfaudflgs.c | 31 #include <sys/audit.h> 41 * input: usremasks->as_success - always audit on success 42 * usremasks->as_failure - always audit on failure 43 * usrdmasks->as_success - never audit on success 44 * usrdmasks->as_failure - never audit on failure 46 * output: lastmasks->as_success - audit on success 47 * lastmasks->as_failure - audit on failure 64 * get system audit mask and convert to bit mask
|
| /onnv/onnv-gate/usr/src/uts/common/sys/ |
| ucred.h | 40 #include <c2/audit.h> 42 #include <bsm/audit.h> 66 uint32_t uc_audoff; /* Audit info offset: 0 - no aud */ 81 /* Get the process audit info */
|
| /onnv/onnv-gate/usr/src/cmd/bnu/ |
| uudemon.cleanup | 129 [ -f $ADMIN/audit ] && mv $ADMIN/audit $OLD/audit 135 > $ADMIN/audit
|
| /onnv/onnv-gate/usr/src/cmd/sgs/libcrle/ |
| Makefile.com | 29 COMOBJS= audit.o dump.o util.o
|