Searched refs:cap_fchown_rights (Results 1 – 3 of 3) sorted by relevance
68 extern cap_rights_t cap_fchown_rights;
61 __read_mostly cap_rights_t cap_fchown_rights; variable111 cap_rights_init_one(&cap_fchown_rights, CAP_FCHOWN); in cap_rights_sysinit()
3115 fd, &cap_fchown_rights); in kern_fchownat()3161 error = fget(td, uap->fd, &cap_fchown_rights, &fp); in sys_fchown()