Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Daudit.h375 extern void __audit_log_capset(const struct cred *new, const struct cred *old);
462 __audit_log_capset(new, old); in audit_log_capset()
/Linux-v5.4/kernel/
Dauditsc.c2484 void __audit_log_capset(const struct cred *new, const struct cred *old) in __audit_log_capset() function