| /kernel/linux/linux-6.6/tools/testing/selftests/powerpc/dexcr/ |
| H A D | lsdexcr.c | 13 static unsigned int effective; variable
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | bpf-cgroup-defs.h | 52 struct bpf_prog_array __rcu *effective[MAX_CGROUP_BPF_ATTACH_TYPE]; member
|
| H A D | security.h | 560 security_capget(const struct task_struct *target, kernel_cap_t *effective, kernel_cap_t *inheritable, kernel_cap_t *permitted) security_capget() argument 568 security_capset(struct cred *new, const struct cred *old, const kernel_cap_t *effective, const kernel_cap_t *inheritable, const kernel_cap_t *permitted) security_capset() argument
|
| /kernel/linux/linux-5.10/kernel/ |
| H A D | capability.c | 226 kernel_cap_t inheritable, permitted, effective; in SYSCALL_DEFINE2() local
|
| H A D | audit.h | 56 kernel_cap_t effective; /* effective set of process */ member
|
| /kernel/linux/linux-6.6/kernel/ |
| H A D | capability.c | 224 kernel_cap_t inheritable, permitted, effective; in SYSCALL_DEFINE2() local
|
| H A D | audit.h | 60 kernel_cap_t effective; /* effective set of process */ member
|
| /kernel/linux/linux-5.10/arch/x86/mm/ |
| H A D | dump_pagetables.c | 255 pgprotval_t effective; in effective_prot() local
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | bpf-cgroup.h | 70 struct bpf_prog_array __rcu *effective[MAX_BPF_ATTACH_TYPE]; member
|
| H A D | security.h | 535 security_capget(struct task_struct *target, kernel_cap_t *effective, kernel_cap_t *inheritable, kernel_cap_t *permitted) security_capget() argument 543 security_capset(struct cred *new, const struct cred *old, const kernel_cap_t *effective, const kernel_cap_t *inheritable, const kernel_cap_t *permitted) security_capset() argument
|
| /kernel/linux/linux-6.6/arch/x86/mm/ |
| H A D | dump_pagetables.c | 255 pgprotval_t effective; in effective_prot() local
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| H A D | capability.h | 20 __u32 effective; member
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| H A D | capability.h | 45 __u32 effective; member
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| H A D | capability.h | 45 __u32 effective; member
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
| H A D | capability.h | 33 __u32 effective; member
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| H A D | capability.h | 33 __u32 effective; member
|
| /kernel/linux/linux-5.10/security/ |
| H A D | commoncap.c | 199 int cap_capget(struct task_struct *target, kernel_cap_t *effective, in cap_capget() argument 241 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 549 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 671 get_file_caps(struct linux_binprm *bprm, struct file *file, bool *effective, bool *has_fcap) get_file_caps() argument 735 handle_privileged_root(struct linux_binprm *bprm, bool has_fcap, bool *effective, kuid_t root_uid) handle_privileged_root() argument 835 bool effective = false, has_fcap = false, is_setid; cap_bprm_creds_from_file() local [all...] |
| H A D | security.c | 761 security_capget(struct task_struct *target, kernel_cap_t *effective, kernel_cap_t *inheritable, kernel_cap_t *permitted) security_capget() argument 770 security_capset(struct cred *new, const struct cred *old, const kernel_cap_t *effective, const kernel_cap_t *inheritable, const kernel_cap_t *permitted) security_capset() argument
|
| /kernel/linux/linux-6.6/security/ |
| H A D | commoncap.c | 200 int cap_capget(const struct task_struct *target, kernel_cap_t *effective, in cap_capget() argument 242 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 586 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 723 get_file_caps(struct linux_binprm *bprm, struct file *file, bool *effective, bool *has_fcap) get_file_caps() argument 788 handle_privileged_root(struct linux_binprm *bprm, bool has_fcap, bool *effective, kuid_t root_uid) handle_privileged_root() argument 890 bool effective = false, has_fcap = false, is_setid; cap_bprm_creds_from_file() local [all...] |
| /kernel/linux/linux-5.10/security/apparmor/ |
| H A D | lsm.c | 147 static int apparmor_capget(struct task_struct *target, kernel_cap_t *effective, in apparmor_capget() argument
|
| /kernel/linux/linux-5.10/kernel/bpf/ |
| H A D | cgroup.c | 771 struct bpf_prog_array *effective; __cgroup_bpf_query() local [all...] |
| /kernel/linux/linux-6.6/kernel/bpf/ |
| H A D | cgroup.c | 1029 struct bpf_prog_array *effective; __cgroup_bpf_query() local [all...] |
| /kernel/linux/linux-6.6/security/apparmor/ |
| H A D | lsm.c | 152 static int apparmor_capget(const struct task_struct *target, kernel_cap_t *effective, in apparmor_capget() argument
|
| /kernel/linux/linux-5.10/security/selinux/ |
| H A D | hooks.c | 2113 static int selinux_capget(struct task_struct *target, kernel_cap_t *effective, in selinux_capget() argument 2121 selinux_capset(struct cred *new, const struct cred *old, const kernel_cap_t *effective, const kernel_cap_t *inheritable, const kernel_cap_t *permitted) selinux_capset() argument
|
| /kernel/linux/linux-6.6/security/selinux/ |
| H A D | hooks.c | 2109 static int selinux_capget(const struct task_struct *target, kernel_cap_t *effective, in selinux_capget() argument 2116 selinux_capset(struct cred *new, const struct cred *old, const kernel_cap_t *effective, const kernel_cap_t *inheritable, const kernel_cap_t *permitted) selinux_capset() argument
|