Home
last modified time | relevance | path

Searched refs:__audit_log_capset (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/include/linux/
Daudit.h417 extern void __audit_log_capset(const struct cred *new, const struct cred *old);
507 __audit_log_capset(new, old); in audit_log_capset()
/linux-6.12.1/kernel/
Dauditsc.c2842 void __audit_log_capset(const struct cred *new, const struct cred *old) in __audit_log_capset() function