Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Daudit.h355 extern void __audit_log_capset(const struct cred *new, const struct cred *old);
440 __audit_log_capset(new, old); in audit_log_capset()
/Linux-v4.19/kernel/
Dauditsc.c2395 void __audit_log_capset(const struct cred *new, const struct cred *old) in __audit_log_capset() function