Searched refs:capset (Results 1 – 16 of 16) sorted by relevance
/linux/tools/testing/selftests/bpf/ |
H A D | cap_helpers.c | 8 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 D | auditsc.c | 1455 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 D | capability.c | 173 * 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 D | sys_ni.c | 78 COND_SYSCALL(capset);
|
/linux/Documentation/security/ |
H A D | credentials.rst | 156 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 D | syscall_n64.tbl | 134 124 n64 capset sys_capset
|
/linux/scripts/ |
H A D | syscall.tbl | 118 91 common capset sys_capset
|
/linux/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 138 126 common capset sys_capset
|
/linux/tools/perf/arch/x86/entry/syscalls/ |
H A D | syscall_64.tbl | 138 126 common capset sys_capset
|
H A D | syscall_32.tbl | 200 185 i386 capset sys_capset
|
/linux/tools/perf/arch/powerpc/entry/syscalls/ |
H A D | syscall.tbl | 240 184 common capset sys_capset
|
/linux/tools/perf/arch/s390/entry/syscalls/ |
H A D | syscall.tbl | 176 185 common capset sys_capset sys_capset
|
/linux/security/ |
H A D | commoncap.c | 1489 LSM_HOOK_INIT(capset, cap_capset),
|
H A D | security.c | 1120 return call_int_hook(capset, new, old, effective, inheritable, in security_capset()
|
/linux/init/ |
H A D | Kconfig | 1572 setgid, and capset.
|
/linux/security/selinux/ |
H A D | hooks.c | 7167 LSM_HOOK_INIT(capset, selinux_capset),
|