| H A D | commoncap.c | 49 " effective capabilities. Therefore not raising all" in warn_setuid_and_fcaps_mixed() 56 * cap_capable_helper - Determine whether a task has a particular effective 64 * its effective set, returning 0 if it does, -ve if it does not. 109 * cap_capable - Determine whether a task has a particular effective capability 116 * its effective set, returning 0 if it does, -ve if it does not. 223 * @effective: The place to record the effective set 230 int cap_capget(const struct task_struct *target, kernel_cap_t *effective, in cap_capget() argument 238 *effective = cred->cap_effective; in cap_capget() 264 * @effective 274 cap_capset(struct cred * new,const struct cred * old,const kernel_cap_t * effective,const kernel_cap_t * inheritable,const kernel_cap_t * permitted) cap_capset() argument 628 bprm_caps_from_vfs_caps(struct cpu_vfs_cap_data * caps,struct linux_binprm * bprm,bool * effective,bool * has_fcap) bprm_caps_from_vfs_caps() argument 764 get_file_caps(struct linux_binprm * bprm,const struct file * file,bool * effective,bool * has_fcap) get_file_caps() argument 829 handle_privileged_root(struct linux_binprm * bprm,bool has_fcap,bool * effective,kuid_t root_uid) handle_privileged_root() argument 924 bool effective = false, has_fcap = false, id_changed; cap_bprm_creds_from_file() local [all...] |