Home
last modified time | relevance | path

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

12

/linux/kernel/
A Dauditsc.c1421 audit_log_format(ab, "pid=%d", context->capset.pid); in show_special()
1422 audit_log_cap(ab, "cap_pi", &context->capset.cap.inheritable); in show_special()
1423 audit_log_cap(ab, "cap_pp", &context->capset.cap.permitted); in show_special()
1424 audit_log_cap(ab, "cap_pe", &context->capset.cap.effective); in show_special()
1425 audit_log_cap(ab, "cap_pa", &context->capset.cap.ambient); in show_special()
2798 context->capset.pid = task_tgid_nr(current); in __audit_log_capset()
2799 context->capset.cap.effective = new->cap_effective; in __audit_log_capset()
2800 context->capset.cap.inheritable = new->cap_effective; in __audit_log_capset()
2801 context->capset.cap.permitted = new->cap_permitted; in __audit_log_capset()
2802 context->capset.cap.ambient = new->cap_ambient; in __audit_log_capset()
A Daudit.h192 } capset; member
A Dcapability.c222 SYSCALL_DEFINE2(capset, cap_user_header_t, header, const cap_user_data_t, data) in SYSCALL_DEFINE2() argument
A Dsys_ni.c136 COND_SYSCALL(capset);
/linux/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/tools/perf/arch/mips/entry/syscalls/
A Dsyscall_n64.tbl134 124 n64 capset sys_capset
/linux/arch/ia64/kernel/syscalls/
A Dsyscall.tbl174 162 common capset sys_capset
/linux/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/arch/xtensa/kernel/syscalls/
A Dsyscall.tbl175 159 common capset sys_capset
/linux/arch/x86/entry/syscalls/
A Dsyscall_64.tbl137 126 common capset sys_capset
A Dsyscall_32.tbl199 185 i386 capset sys_capset
/linux/tools/perf/arch/x86/entry/syscalls/
A Dsyscall_64.tbl137 126 common capset sys_capset
/linux/arch/sh/kernel/syscalls/
A Dsyscall.tbl195 185 common capset sys_capset
/linux/arch/microblaze/kernel/syscalls/
A Dsyscall.tbl195 185 common capset sys_capset
/linux/arch/m68k/kernel/syscalls/
A Dsyscall.tbl195 185 common capset sys_capset
/linux/arch/arm/tools/
A Dsyscall.tbl201 185 common capset sys_capset
/linux/arch/parisc/kernel/syscalls/
A Dsyscall.tbl120 107 common capset sys_capset
/linux/arch/sparc/kernel/syscalls/
A Dsyscall.tbl36 22 common capset sys_capset
/linux/include/linux/
A Dlsm_hook_defs.h41 LSM_HOOK(int, 0, capset, struct cred *new, const struct cred *old,
/linux/arch/alpha/kernel/syscalls/
A Dsyscall.tbl302 369 common capset sys_capset
/linux/security/
A Dcommoncap.c1452 LSM_HOOK_INIT(capset, cap_capset),
/linux/tools/perf/arch/powerpc/entry/syscalls/
A Dsyscall.tbl236 184 common capset sys_capset
/linux/tools/perf/arch/s390/entry/syscalls/
A Dsyscall.tbl176 185 common capset sys_capset sys_capset

Completed in 24 milliseconds

12