Searched refs:inh (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/tools/testing/selftests/capabilities/ |
D | test_execve.c | 196 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/ |
D | audit.c | 1684 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()
|