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

/linux-master/tools/testing/selftests/capabilities/
H A Dtest_execve.c195 bool eff, bool perm, bool inh, bool ambient)
198 (perm ? "1" : "0"), (inh ? "1" : "0"), (ambient ? "1" : "0"),
203 static void exec_validate_cap(bool eff, bool perm, bool inh, bool ambient) argument
205 exec_other_validate_cap("./validate_cap", eff, perm, inh, ambient);
194 exec_other_validate_cap(const char *name, bool eff, bool perm, bool inh, bool ambient) argument

Completed in 199 milliseconds