Home
last modified time | relevance | path

Searched refs:effective (Results 1 – 25 of 93) sorted by relevance

1234

/Linux-v4.19/security/
Dcommoncap.c205 int cap_capget(struct task_struct *target, kernel_cap_t *effective, in cap_capget() argument
213 *effective = cred->cap_effective; in cap_capget()
250 const kernel_cap_t *effective, in cap_capset() argument
272 if (!cap_issubset(*effective, *permitted)) in cap_capset()
275 new->cap_effective = *effective; in cap_capset()
537 bool *effective, in bprm_caps_from_vfs_caps() argument
545 *effective = true; in bprm_caps_from_vfs_caps()
572 return *effective ? ret : 0; in bprm_caps_from_vfs_caps()
655 static int get_file_caps(struct linux_binprm *bprm, bool *effective, bool *has_fcap) in get_file_caps() argument
686 rc = bprm_caps_from_vfs_caps(&vcaps, bprm, effective, has_fcap); in get_file_caps()
[all …]
Dsecurity.c269 kernel_cap_t *effective, in security_capget() argument
274 effective, inheritable, permitted); in security_capget()
278 const kernel_cap_t *effective, in security_capset() argument
283 effective, inheritable, permitted); in security_capset()
/Linux-v4.19/kernel/
Dcapability.c173 kdata[i].effective = pE.cap[i]; in SYSCALL_DEFINE2()
228 kernel_cap_t inheritable, permitted, effective; in SYSCALL_DEFINE2() local
252 effective.cap[i] = kdata[i].effective; in SYSCALL_DEFINE2()
257 effective.cap[i] = 0; in SYSCALL_DEFINE2()
263 effective.cap[CAP_LAST_U32] &= CAP_LAST_U32_VALID_MASK; in SYSCALL_DEFINE2()
272 &effective, &inheritable, &permitted); in SYSCALL_DEFINE2()
Dauditsc.c1270 audit_log_cap(ab, "cap_pe", &context->capset.cap.effective); in show_special()
1396 audit_log_cap(ab, "old_pe", &axs->old_pcap.effective); in audit_log_exit()
1400 audit_log_cap(ab, "pe", &axs->new_pcap.effective); in audit_log_exit()
2377 ax->old_pcap.effective = old->cap_effective; in __audit_log_bprm_fcaps()
2382 ax->new_pcap.effective = new->cap_effective; in __audit_log_bprm_fcaps()
2399 context->capset.cap.effective = new->cap_effective; in __audit_log_capset()
Daudit.h69 kernel_cap_t effective; /* effective set of process */ member
/Linux-v4.19/kernel/bpf/
Dcgroup.c42 bpf_prog_array_free(cgrp->bpf.effective[type]); in cgroup_bpf_put()
143 old_array = xchg(&cgrp->bpf.effective[type], array); in activate_effective_progs()
159 #define NR ARRAY_SIZE(cgrp->bpf.effective) in cgroup_bpf_inherit()
416 cnt = bpf_prog_array_length(cgrp->bpf.effective[type]); in __cgroup_bpf_query()
433 return bpf_prog_array_copy_to_user(cgrp->bpf.effective[type], in __cgroup_bpf_query()
539 ret = BPF_PROG_RUN_ARRAY(cgrp->bpf.effective[type], skb, in __cgroup_bpf_run_filter_skb()
566 ret = BPF_PROG_RUN_ARRAY(cgrp->bpf.effective[type], sk, BPF_PROG_RUN); in __cgroup_bpf_run_filter_sk()
610 ret = BPF_PROG_RUN_ARRAY(cgrp->bpf.effective[type], &ctx, BPF_PROG_RUN); in __cgroup_bpf_run_filter_sock_addr()
639 ret = BPF_PROG_RUN_ARRAY(cgrp->bpf.effective[type], sock_ops, in __cgroup_bpf_run_filter_sock_ops()
658 allow = BPF_PROG_RUN_ARRAY(cgrp->bpf.effective[type], &ctx, in __cgroup_bpf_check_dev_permission()
/Linux-v4.19/arch/arm/include/debug/
Domap2plus.S34 10: adr \rp, 99f @ get effective addr of 99f
38 sub \tmp, \rp, \rv @ make it effective
/Linux-v4.19/Documentation/media/v4l-drivers/
Dsh_mobile_ceu_camera.rst74 2. Calculate "effective" input crop (sensor subwindow) - CEU crop scaled back at
79 3. Calculate new combined scales from "effective" input window to requested user
100 "effective" crop:
/Linux-v4.19/Documentation/media/uapi/dvb/
Dfe-get-frontend.rst38 This ioctl call queries the currently effective frontend parameters. For
/Linux-v4.19/include/linux/
Dsecurity.h79 extern int cap_capget(struct task_struct *target, kernel_cap_t *effective, kernel_cap_t *inheritabl…
81 const kernel_cap_t *effective,
229 kernel_cap_t *effective,
233 const kernel_cap_t *effective,
478 kernel_cap_t *effective, in security_capget() argument
482 return cap_capget(target, effective, inheritable, permitted); in security_capget()
487 const kernel_cap_t *effective, in security_capset() argument
491 return cap_capset(new, old, effective, inheritable, permitted); in security_capset()
Dbpf-cgroup.h53 struct bpf_prog_array __rcu *effective[MAX_BPF_ATTACH_TYPE]; member
/Linux-v4.19/include/uapi/linux/
Dcapability.h45 __u32 effective; member
/Linux-v4.19/Documentation/cgroup-v1/
Dfreezer-subsystem.txt62 When read, returns the effective state of the cgroup - "THAWED",
78 THAWED. Note that the effective state may not change to THAWED if
79 the parent-state is still freezing. If a cgroup's effective state
/Linux-v4.19/Documentation/devicetree/bindings/nds32/
Dandestech-boards21 processors to provide a cost-effective and high performance solution for
/Linux-v4.19/Documentation/vm/
Dz3fold.rst28 Keeping effective compression ratio close to zsmalloc's, z3fold doesn't
/Linux-v4.19/Documentation/x86/
Dpat.txt123 set_memory_wc() to white-list effective write-combined areas. Such use is
124 nevertheless discouraged as the effective memory type is considered
127 otherwise not be effective.
/Linux-v4.19/Documentation/powerpc/
Dcxl.txt17 both access system memory directly and with the same effective
55 the AFU needs to read a particular effective address, it sends
121 effective address of a work queue or status block where the AFU
184 using the same effective addresses. No additional calls are
210 defined by the AFU. Typically this is an effective
/Linux-v4.19/Documentation/security/
Dcredentials.rst150 - Set of effective capabilities
160 itself to its effective or permitted sets through ``capset()``. This
163 The effective capabilities are the ones that a task is actually allowed to
321 uid_t current_euid(void) Current's effective UID
322 gid_t current_egid(void) Current's effective GID
325 kernel_cap_t current_cap(void) Current's effective capabilities
401 uid_t task_euid(task) Task's effective UID
/Linux-v4.19/Documentation/power/
Dpm_qos_interface.txt187 whatever is necessary to transfer the effective requirement value to the
190 Whenever the effective latency tolerance changes for the device, its
191 .set_latency_tolerance() callback will be executed and the effective value will
/Linux-v4.19/Documentation/networking/
Dtcp-thin.txt7 effective. In time-dependent scenarios (like online games, control
/Linux-v4.19/kernel/irq/
DKconfig24 # Supports effective affinity mask
/Linux-v4.19/arch/m68k/ifpsp060/
Disp.doc46 cas (w/ a misaligned effective address)
174 The instructions "cas2" and "cas" (when used with a misaligned effective
/Linux-v4.19/arch/arm/boot/dts/
Drk3288-veyron-mickey.dts102 * past there is less effective.
/Linux-v4.19/Documentation/misc-devices/
Deeprom56 effective for decoding the contents of EEPROMs on DIMMs.
/Linux-v4.19/Documentation/
Dhw_random.txt15 To make the most effective use of these mechanisms, you

1234