Home
last modified time | relevance | path

Searched refs:capget (Results 1 – 18 of 18) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dcap_helpers.c7 int capget(cap_user_header_t header, cap_user_data_t data);
20 err = capget(&hdr, data); in cap_enable_effective()
50 err = capget(&hdr, data); in cap_disable_effective()
/linux/kernel/
H A Dcapability.c137 SYSCALL_DEFINE2(capget, cap_user_header_t, header, cap_user_data_t, dataptr) in SYSCALL_DEFINE2() argument
/linux/tools/testing/selftests/kvm/s390/
H A Ducontrol_test.c26 int capget(cap_user_header_t header, cap_user_data_t data);
41 rc = capget(&hdr, data); in require_ucontrol_admin()
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl133 123 n64 capget sys_capget
/linux/scripts/
H A Dsyscall.tbl117 90 common capget sys_capget
/linux/tools/scripts/
H A Dsyscall.tbl117 90 common capget sys_capget
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl149 184 common capget sys_capget
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl194 184 common capget sys_capget
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl174 158 common capget sys_capget
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl137 125 common capget sys_capget
H A Dsyscall_32.tbl199 184 i386 capget sys_capget
/linux/tools/perf/arch/sparc/entry/syscalls/
H A Dsyscall.tbl35 21 common capget sys_capget
/linux/tools/perf/arch/arm/entry/syscalls/
H A Dsyscall.tbl201 184 common capget sys_capget
/linux/security/
H A Dcommoncap.c1495 LSM_HOOK_INIT(capget, cap_capget),
H A Dsecurity.c617 return call_int_hook(capget, target, effective, inheritable, permitted); in security_capget()
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl239 183 common capget sys_capget
/linux/security/apparmor/
H A Dlsm.c1770 LSM_HOOK_INIT(capget, apparmor_capget),
/linux/security/selinux/
H A Dhooks.c7568 LSM_HOOK_INIT(capget, selinux_capget),