D | test_execve.c | 207 bool eff, bool perm, bool inh, bool ambient) in exec_other_validate_cap() argument 210 (perm ? "1" : "0"), (inh ? "1" : "0"), (ambient ? "1" : "0"), in exec_other_validate_cap() 215 static void exec_validate_cap(bool eff, bool perm, bool inh, bool ambient) in exec_validate_cap() argument 217 exec_other_validate_cap("./validate_cap", eff, perm, inh, ambient); in exec_validate_cap() 284 /* We should not be able to add ambient caps yet. */ in do_tests()
|