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

/freebsd-12-stable/sys/kern/
H A Dsubr_capability.c63 __read_mostly cap_rights_t cap_fchmod_rights; variable
112 cap_rights_init(&cap_fchmod_rights, CAP_FCHMOD);
H A Dvfs_syscalls.c2811 &cap_fchmod_rights, td);
2838 error = fget(td, uap->fd, &cap_fchmod_rights, &fp);
/freebsd-12-stable/sys/sys/
H A Dcapsicum.h358 extern cap_rights_t cap_fchmod_rights;

Completed in 128 milliseconds