Searched refs:audit (Results 51 - 75 of 165) sorted by relevance

1234567

/illumos-gate/usr/src/uts/common/c2/
H A Daudit_mem.c31 #include <c2/audit.h>
H A Daudit_path.c30 * This code does the audit path processes. Part of this is still in
31 * audit.c and will be moved here when time permits.
33 * Note that audit debuging is enabled here. We will turn it off at
50 #include <c2/audit.h>
H A Daudit_syscalls.c58 #include <c2/audit.h>
64 #define AU_MIN_FILE_SZ 0x80000 /* minumum audit file size */
65 #define AUDIT_REC_SIZE 0x8000 /* maximum user audit record size */
108 * The audit system call. Trust what the user has sent down and save it
109 * away in the audit file. User passes a complete audit record and its
115 * login to a zone). When the local audit state (auk_auditstate) is
120 audit(caddr_t record, int length) function
134 /* if auditing not enabled, then don't generate an audit record */
140 /* Only privileged processes can audit */
[all...]
/illumos-gate/usr/src/uts/common/syscall/
H A Daccess.c48 #include <c2/audit.h>
H A Dmknod.c50 #include <c2/audit.h>
H A Dreadlink.c48 #include <c2/audit.h>
H A Dsymlink.c48 #include <c2/audit.h>
H A Dpsecflags.c21 #include <c2/audit.h>
H A Ducredsys.c40 #include <c2/audit.h>
160 * Assure that audit data in cred is up-to-date.
H A Dutime.c49 #include <c2/audit.h>
/illumos-gate/usr/src/lib/libadt_jni/com/sun/audit/
H A DAuditSession.java28 package com.sun.audit;
81 // Create an audit session.
114 // startSession() for a way to pass an audit thread from one
143 // auditing is on, but whether or not the current audit
167 // unable to generate an valid audit trail.
189 // ADT_UPDATE. If the process audit context is already set,
/illumos-gate/usr/src/lib/libbsm/common/
H A Dau_open.c31 #include <bsm/audit.h>
38 * Open an audit record = find a free descriptor and pass it back.
106 * Write to an audit descriptor.
136 * Close an audit descriptor.
269 v = audit((caddr_t)buffer, byte_count);
H A Daudit_crontab.c31 #include <bsm/audit.h>
85 * create an ancilary file if audit characteristics exist
268 if (!cannot_audit(0)) { /* allow access if audit off */
286 rc = 0; /* audit failure: not enabled */
H A Daudit_plugin.c27 #include <bsm/audit.h>
142 gettext("All audit filesystems are full.\n"));
207 * logpost - post the new audit log file name.
209 * Entry name = active audit.log file name
211 * changing audit log files, error, or exiting (binfile).
255 if ((fp = fopen("/var/audit/dump", "aF")) == NULL)
H A Dgetauditflags.c26 * get audit preselection mask values
35 #include <bsm/audit.h>
65 * input: masks->am_success - audit on success
66 * masks->am_failure - audit on failure
69 * output: auditstring - resultant audit string
145 * __chkflags - check if the audit flags are valid for this system
147 * Entry flags = audit flags string.
151 * Exit mask = audit mask as defined by flags.
225 "audit flag %s", name);
253 * input: auditstring - audit strin
[all...]
/illumos-gate/usr/src/lib/libbsm/
H A Dmkhdr.sh64 * User level audit event numbers.
/illumos-gate/usr/src/cmd/sgs/liblddbg/
H A DMakefile.com30 COMOBJS = args.o audit.o basic.o debug.o \
/illumos-gate/usr/src/cmd/praudit/
H A Dprio.c32 #include <bsm/audit.h>
/illumos-gate/usr/src/cmd/auditstat/
H A Dauditstat.c32 #include <bsm/audit.h>
/illumos-gate/usr/src/uts/common/os/
H A Daudit_zone.c27 #include <c2/audit.h>
67 /* setup defaults for audit queue flow control */
/illumos-gate/usr/src/uts/sun4/os/
H A Dcpu_states.c40 #include <c2/audit.h>
/illumos-gate/usr/src/uts/sparc/os/
H A Dsundep.c82 #include <c2/audit.h>
/illumos-gate/usr/src/boot/sys/sys/bsm/
H A Daudit.h29 * P4: //depot/projects/trustedbsd/openbsm/sys/bsm/audit.h#10
46 * Minimum noumber of free blocks on the filesystem containing the audit
54 * Triggers for the audit daemon.
60 #define AUDIT_TRIGGER_CLOSE_AND_DIE 4 /* Terminate audit. */
70 #define AUDITDEV_FILENAME "audit"
74 * Pre-defined audit IDs
149 * Default audit queue control parameters.
234 auditinfo_addr_t *as_aia_p; /* Ptr to full audit info. */
245 * Kernel audit queue control parameters:
253 int aq_hiwater; /* Max # of audit rec
[all...]
/illumos-gate/usr/src/cmd/sgs/libconv/
H A DMakefile.com36 COMOBJS= arch.o audit.o \
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky_subr.c188 int audit = (c->cache_flags & KMF_AUDIT); local
193 if (audit) {
208 if (!audit)

Completed in 64 milliseconds

1234567