Searched refs:eff (Results 1 – 1 of 1) sorted by relevance
/tools/testing/selftests/capabilities/ |
D | test_execve.c | 193 bool eff, bool perm, bool inh, bool ambient) in exec_other_validate_cap() argument 195 execl(name, name, (eff ? "1" : "0"), in exec_other_validate_cap() 201 static void exec_validate_cap(bool eff, bool perm, bool inh, bool ambient) in exec_validate_cap() argument 203 exec_other_validate_cap("./validate_cap", eff, perm, inh, ambient); in exec_validate_cap()
|