Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/tools/testing/selftests/bpf/
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-6.3-rc2/kernel/
A Dauditsc.c1452 audit_log_format(ab, "pid=%d", context->capset.pid); in show_special()
1453 audit_log_cap(ab, "cap_pi", &context->capset.cap.inheritable); in show_special()
1454 audit_log_cap(ab, "cap_pp", &context->capset.cap.permitted); in show_special()
1455 audit_log_cap(ab, "cap_pe", &context->capset.cap.effective); in show_special()
1456 audit_log_cap(ab, "cap_pa", &context->capset.cap.ambient); in show_special()
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.cap.permitted = new->cap_permitted; in __audit_log_capset()
2844 context->capset.cap.ambient = new->cap_ambient; in __audit_log_capset()
A Dcapability.c220 SYSCALL_DEFINE2(capset, cap_user_header_t, header, const cap_user_data_t, data) in SYSCALL_DEFINE2() argument
A Daudit.h192 } capset; member
A Dsys_ni.c136 COND_SYSCALL(capset);
/linux-6.3-rc2/Documentation/security/
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-6.3-rc2/arch/ia64/kernel/syscalls/
A Dsyscall.tbl174 162 common capset sys_capset
/linux-6.3-rc2/tools/perf/arch/mips/entry/syscalls/
A Dsyscall_n64.tbl134 124 n64 capset sys_capset
/linux-6.3-rc2/arch/mips/kernel/syscalls/
A Dsyscall_n64.tbl134 124 n64 capset sys_capset
A Dsyscall_n32.tbl134 124 n32 capset sys_capset
A Dsyscall_o32.tbl219 205 o32 capset sys_capset
/linux-6.3-rc2/arch/x86/entry/syscalls/
A Dsyscall_64.tbl137 126 common capset sys_capset
A Dsyscall_32.tbl199 185 i386 capset sys_capset
/linux-6.3-rc2/arch/xtensa/kernel/syscalls/
A Dsyscall.tbl175 159 common capset sys_capset
/linux-6.3-rc2/tools/perf/arch/x86/entry/syscalls/
A Dsyscall_64.tbl137 126 common capset sys_capset
/linux-6.3-rc2/arch/sh/kernel/syscalls/
A Dsyscall.tbl195 185 common capset sys_capset
/linux-6.3-rc2/arch/arm/tools/
A Dsyscall.tbl201 185 common capset sys_capset
/linux-6.3-rc2/arch/microblaze/kernel/syscalls/
A Dsyscall.tbl195 185 common capset sys_capset
/linux-6.3-rc2/arch/m68k/kernel/syscalls/
A Dsyscall.tbl195 185 common capset sys_capset
/linux-6.3-rc2/arch/parisc/kernel/syscalls/
A Dsyscall.tbl120 107 common capset sys_capset
/linux-6.3-rc2/arch/sparc/kernel/syscalls/
A Dsyscall.tbl36 22 common capset sys_capset
/linux-6.3-rc2/include/linux/
A Dlsm_hook_defs.h41 LSM_HOOK(int, 0, capset, struct cred *new, const struct cred *old,
/linux-6.3-rc2/arch/alpha/kernel/syscalls/
A Dsyscall.tbl302 369 common capset sys_capset
/linux-6.3-rc2/arch/powerpc/kernel/syscalls/
A Dsyscall.tbl238 184 common capset sys_capset
/linux-6.3-rc2/arch/s390/kernel/syscalls/
A Dsyscall.tbl176 185 common capset sys_capset sys_capset

Completed in 28 milliseconds

12