Home
last modified time | relevance | path

Searched refs:eff (Results 1 – 1 of 1) sorted by relevance

/tools/testing/selftests/capabilities/
Dtest_execve.c193 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()