| /onnv/onnv-gate/usr/src/uts/common/c2/ |
| audit_kernel.h | 105 struct audit_path { struct 151 struct audit_path *pad_root; /* process root path */ 152 struct audit_path *pad_cwd; /* process cwd path */ 209 struct audit_path *tad_aupath; /* captured at vfs_lookup */ 210 struct audit_path *tad_atpath; /* openat prefix, path of fd */ 229 struct audit_path *fad_aupath; /* path from vfs_lookup */ 347 * audit_path support routines 349 void au_pathhold(struct audit_path *); 350 void au_pathrele(struct audit_path *); 351 struct audit_path *au_pathdup(const struct audit_path *, int, int) [all...] |
| audit_path.c | 30 * @(#)audit_path.c 2.7 92/02/16 SMI; SunOS CMW 31 * @(#)audit_path.c 4.2.1.2 91/05/08 SMI; BSM Module 64 struct audit_path * 65 au_pathdup(const struct audit_path *oldapp, int newsect, int charincr) 67 struct audit_path *newapp; 74 alloc_size = sizeof (struct audit_path) + 103 au_pathhold(struct audit_path *app) 112 au_pathrele(struct audit_path *app) 186 audit_fixpath(struct audit_path *app, int len) 190 int cnt; /* # of levels in audit_path */ [all...] |
| audit.h | 268 #define AUDIT_PATH 0x0100 /* allow multiple paths per event */ 283 AUDIT_GROUP | AUDIT_TRAIL | AUDIT_PATH |\ 482 struct audit_path; 555 void audit_fixpath(struct audit_path *, int);
|
| audit_record.h | 280 token_t *au_to_path(struct audit_path *);
|
| audit_start.c | 68 struct audit_path apempty; 126 /* fabricate an empty audit_path to extend */
|
| audit.c | 279 * system call. The policy flag, AUDIT_PATH, controls if multiple 287 !(kctx->auk_policy & AUDIT_PATH)) || 352 struct audit_path *pfxapp; /* prefix for path */ 353 struct audit_path *newapp; /* new audit_path */ 433 * system call. The policy flag, AUDIT_PATH, controls if multiple 441 !(kctx->auk_policy & AUDIT_PATH)) || 495 * system call. The policy flag, AUDIT_PATH, controls if multiple 503 !(kctx->auk_policy & AUDIT_PATH)) || 566 * system call. The policy flag, AUDIT_PATH, controls if multipl [all...] |
| audit_syscalls.c | 1233 struct audit_path *app; 1263 struct audit_path *app; [all...] |
| audit_token.c | 572 au_to_path(struct audit_path *app)
|
| audit_event.c | [all...] |
| /onnv/onnv-gate/usr/src/cmd/smserverd/ |
| myaudit.c | 118 door_dp->audit_path = NULL; 231 if (door_dp->audit_path != NULL) { 232 (void) au_write(ad, au_to_path(door_dp->audit_path));
|
| smserver.h | 151 char *audit_path; /* path token */ member in struct:door_data
|
| /onnv/onnv-gate/usr/src/uts/common/ |
| Makefile.files | 1526 audit_path.o audit_start.o audit_syscalls.o audit_token.o \ [all...] |