Searched defs:auditctl (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dauditwrite.c139 * auditctl(2) change. It's defined here because the kernel imposed maximum
156 * auditctl(A_AUDIT), so we'll emulate this with existing
378 static int auditctl(uint32_t command, uint32_t value, caddr_t data);
1104 * if we are a server, we need to use auditctl(2)
2162 if (auditctl(A_AUDIT, (uint32_t)aw_queue_bytes,
2176 * buffer. This buffer eventually gets written with auditctl(2). Auditctl(2)
2187 if ((auditctl(A_AUDIT, (uint32_t)aw_recs[rd]->len,
2596 * Write an audit record to the audit trail using the auditctl(2) system call.
2601 if (auditctl(A_AUDIT, (uint32_t)aw_recs[rd]->len,
2760 auditctl(uint32_ function
[all...]

Completed in 16 milliseconds