HomeSort by relevance Sort by last modified time
    Searched full:eff_state (Results 1 - 1 of 1) sorted by null

  /external/libcap/progs/
setcap.c 182 cap_flag_value_t inh_state, eff_state; local
185 cap_get_flag(cap_d, cap, CAP_EFFECTIVE, &eff_state);
186 if ((inh_state | per_state) != eff_state) {

Completed in 147 milliseconds