Home
last modified time | relevance | path

Searched refs:capset (Results 1 – 16 of 16) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dcap_helpers.c8 int capset(cap_user_header_t header, const cap_user_data_t data);
33 err = capset(&hdr, data); in cap_enable_effective()
62 err = capset(&hdr, data); in cap_disable_effective()
/linux/kernel/
H A Dauditsc.c1455 audit_log_format(ab, "pid=%d", context->capset.pid); in show_special()
1456 audit_log_cap(ab, "cap_pi", &context->capset.cap.inheritable); in show_special()
1457 audit_log_cap(ab, "cap_pp", &context->capset.cap.permitted); in show_special()
1458 audit_log_cap(ab, "cap_pe", &context->capset.cap.effective); in show_special()
1459 audit_log_cap(ab, "cap_pa", &context->capset.cap.ambient); in show_special()
2842 context->capset.pid = task_tgid_nr(current); in __audit_log_capset()
2843 context->capset.cap.effective = new->cap_effective; in __audit_log_capset()
2844 context->capset.cap.inheritable = new->cap_effective; in __audit_log_capset()
2845 context->capset.cap.permitted = new->cap_permitted; in __audit_log_capset()
2846 context->capset.cap.ambient = new->cap_ambient; in __audit_log_capset()
H A Dcapability.c173 * bits when they perform a: capget/modify/capset in SYSCALL_DEFINE2()
183 * unexpectedly fail; the capget/modify/capset aborts in SYSCALL_DEFINE2()
216 SYSCALL_DEFINE2(capset, cap_user_header_t, header, const cap_user_data_t, data)
220 SYSCALL_DEFINE2(capset,cap_user_header_t,header,const cap_user_data_t,data) SYSCALL_DEFINE2() argument
H A Dsys_ni.c78 COND_SYSCALL(capset);
/linux/Documentation/security/
H A Dcredentials.rst156 credentials, but can also be manipulated directly by the ``capset()``
160 itself to its effective or permitted sets through ``capset()``. This
279 task to alter another's credentials. This means the ``capset()`` system call
/linux/tools/perf/arch/mips/entry/syscalls/
H A Dsyscall_n64.tbl134 124 n64 capset sys_capset
/linux/scripts/
H A Dsyscall.tbl118 91 common capset sys_capset
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl138 126 common capset sys_capset
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl138 126 common capset sys_capset
H A Dsyscall_32.tbl200 185 i386 capset sys_capset
/linux/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl240 184 common capset sys_capset
/linux/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl176 185 common capset sys_capset sys_capset
/linux/security/
H A Dcommoncap.c1489 LSM_HOOK_INIT(capset, cap_capset),
H A Dsecurity.c1120 return call_int_hook(capset, new, old, effective, inheritable, in security_capset()
/linux/init/
H A DKconfig1572 setgid, and capset.
/linux/security/selinux/
H A Dhooks.c7167 LSM_HOOK_INIT(capset, selinux_capset),