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()
|