Searched defs:have_other (Results 1 - 1 of 1) sorted by relevance

/systemd/src/shared/
H A Dacl-util.c102 bool have_user_obj = false, have_group_obj = false, have_other = false; local
121 have_other = true;
122 if (have_user_obj && have_group_obj && have_other)
147 (tag == ACL_OTHER && have_other))

Completed in 17 milliseconds