Searched refs:inh (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/tools/testing/selftests/capabilities/ |
D | test_execve.c | 198 bool eff, bool perm, bool inh, bool ambient) in exec_other_validate_cap() argument 201 (perm ? "1" : "0"), (inh ? "1" : "0"), (ambient ? "1" : "0"), in exec_other_validate_cap() 206 static void exec_validate_cap(bool eff, bool perm, bool inh, bool ambient) in exec_validate_cap() argument 208 exec_other_validate_cap("./validate_cap", eff, perm, inh, ambient); in exec_validate_cap()
|