Home
last modified time | relevance | path

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

/linux-4.4.14/tools/testing/selftests/capabilities/
Dtest_execve.c196 bool eff, bool perm, bool inh, bool ambient) in exec_other_validate_cap() argument
199 (perm ? "1" : "0"), (inh ? "1" : "0"), (ambient ? "1" : "0"), in exec_other_validate_cap()
204 static void exec_validate_cap(bool eff, bool perm, bool inh, bool ambient) in exec_validate_cap() argument
206 exec_other_validate_cap("./validate_cap", eff, perm, inh, ambient); in exec_validate_cap()
/linux-4.4.14/kernel/
Daudit.c1684 kernel_cap_t *inh = &name->fcap.inheritable; in audit_log_fcaps() local
1691 if (!cap_isclear(*inh)) { in audit_log_fcaps()
1692 audit_log_cap(ab, "cap_fi", inh); in audit_log_fcaps()