Searched defs:audit (Results 1 - 3 of 3) sorted by relevance
/systemd/src/core/ |
H A D | selinux-access.c | 35 #include "audit-fd.h" 54 with the audit data. We then need to just copy the audit data into the msgbuf. 62 const struct audit_info *audit = auditdata; local 69 if (sd_bus_creds_get_audit_login_uid(audit->creds, &login_uid) >= 0) 71 if (sd_bus_creds_get_euid(audit->creds, &uid) >= 0) 73 if (sd_bus_creds_get_egid(audit->creds, &gid) >= 0) 79 audit->path ? " path=\"" : "", strempty(audit->path), audit [all...] |
/systemd/src/journal/ |
H A D | journald-server.c | 36 #include "audit-util.h" 52 #include "journald-audit.h" 603 uint32_t audit; local 653 r = audit_session_from_pid(ucred->pid, &audit); 655 sprintf(audit_session, "_AUDIT_SESSION=%"PRIu32, audit); 774 r = audit_session_from_pid(object_pid, &audit); 776 sprintf(o_audit_session, "OBJECT_AUDIT_SESSION=%"PRIu32, audit); 1267 log_warning("Got file descriptors via audit socket. Ignoring."); 1809 log_error("Too many audit sockets passed."); 1861 /* Unless we got *some* sockets and not audit, ope [all...] |
/systemd/src/libsystemd/sd-bus/ |
H A D | kdbus.h | 116 * struct kdbus_audit - audit information 117 * @sessionid: The audit session ID 118 * @loginuid: The audit login uid 266 * @KDBUS_ATTACH_AUDIT: The audit IDs 339 * @KDBUS_ITEM_AUDIT: The audit IDs 420 * @audit: KDBUS_ITEM_AUDIT 446 struct kdbus_audit audit; member in union:kdbus_item::__anon140
|
Completed in 20 milliseconds