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

/freebsd-current/lib/libcasper/services/cap_fileargs/
H A Dcap_fileargs.c505 static int allowed_operations; variable
573 if ((allowed_operations & FA_OPEN) != 0) {
582 if ((allowed_operations & FA_LSTAT) != 0) {
602 if ((allowed_operations & operation) == 0)
627 allowed_operations = (int)dnvlist_get_number(newlimits, "operations", 0);

Completed in 100 milliseconds