Home
last modified time | relevance | path

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

12

/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/Documentation/translations/zh_CN/security/
H A Dcredentials.rst139 UNIX凭据的更改进行隐式操作,但也可以通过 ``capset()`` 系统调用直接操作。
141 允许的能力是指进程可以通过 ``capset()`` 将其添加到其有效或允许集合中的
237 这意味着 ``capset()`` 系统调用不再允许使用除当前进程之外的任何PID。
/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()
2829 * __audit_log_capset - store information about the arguments to the capset syscall
2840 context->capset.pid = task_tgid_nr(current); in __audit_log_capset()
2841 context->capset.cap.effective = new->cap_effective; in __audit_log_capset()
2842 context->capset.cap.inheritable = new->cap_effective; in __audit_log_capset()
2843 context->capset in __audit_log_capset()
[all...]
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) in SYSCALL_DEFINE2() argument
H A Daudit.h193 } capset; member
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/arch/mips/kernel/syscalls/
H A Dsyscall_n64.tbl134 124 n64 capset sys_capset
H A Dsyscall_n32.tbl134 124 n32 capset sys_capset
H A Dsyscall_o32.tbl219 205 o32 capset sys_capset
/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/tools/scripts/
H A Dsyscall.tbl118 91 common capset sys_capset
/linux/tools/perf/arch/arm64/entry/syscalls/
H A Dsyscall_64.tbl118 91 common capset sys_capset
/linux/arch/arm64/tools/
H A Dsyscall_64.tbl118 91 common capset sys_capset
H A Dsyscall_32.tbl199 185 common capset sys_capset
/linux/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl138 126 common capset sys_capset
/linux/tools/perf/arch/xtensa/entry/syscalls/
H A Dsyscall.tbl175 159 common capset sys_capset
/linux/tools/perf/arch/sh/entry/syscalls/
H A Dsyscall.tbl195 185 common capset sys_capset
/linux/tools/perf/arch/parisc/entry/syscalls/
H A Dsyscall.tbl120 107 common capset sys_capset
/linux/arch/m68k/kernel/syscalls/
H A Dsyscall.tbl195 185 common capset sys_capset
/linux/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl138 126 common capset sys_capset
/linux/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl175 159 common capset sys_capset
/linux/arch/sh/kernel/syscalls/
H A Dsyscall.tbl195 185 common capset sys_capset
/linux/arch/sparc/kernel/syscalls/
H A Dsyscall.tbl36 22 common capset sys_capset

12