Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Daudit.h251 extern void __audit_log_capset(const struct cred *new, const struct cred *old);
320 __audit_log_capset(new, old); in audit_log_capset()
/linux-4.1.27/kernel/
Dauditsc.c2341 void __audit_log_capset(const struct cred *new, const struct cred *old) in __audit_log_capset() function