Searched refs:cap_fchown_rights (Results 1 – 3 of 3) sorted by relevance
71 extern cap_rights_t cap_fchown_rights;
64 __read_mostly cap_rights_t cap_fchown_rights; variable113 cap_rights_init_one(&cap_fchown_rights, CAP_FCHOWN); in cap_rights_sysinit()
2988 &cap_fchown_rights, td); in kern_fchownat()3034 error = fget(td, uap->fd, &cap_fchown_rights, &fp); in sys_fchown()