Home
last modified time | relevance | path

Searched refs:AUDIT_STATUS_PID (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/tools/testing/selftests/net/netfilter/
H A Daudit_logread.c61 .pid = key == AUDIT_STATUS_PID ? val : 0, in audit_send()
161 audit_set(fd, AUDIT_STATUS_PID, getpid()); in main()
/linux-6.15/tools/testing/selftests/landlock/
H A Daudit.h204 .pid = key == AUDIT_STATUS_PID ? val : 0, in audit_set_status()
386 err = audit_set_status(fd, AUDIT_STATUS_PID, getpid()); in audit_init()
/linux-6.15/include/uapi/linux/
H A Daudit.h350 #define AUDIT_STATUS_PID 0x0004 macro
/linux-6.15/kernel/
H A Daudit.c1268 if (s.mask & AUDIT_STATUS_PID) { in audit_receive_msg()