Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/kernel/
H A Dauditsc.c1348 audit_log_format(ab, "pid=%d", context->capset.pid); in show_special()
1349 audit_log_cap(ab, "cap_pi", &context->capset.cap.inheritable); in show_special()
1350 audit_log_cap(ab, "cap_pp", &context->capset.cap.permitted); in show_special()
1351 audit_log_cap(ab, "cap_pe", &context->capset.cap.effective); in show_special()
1352 audit_log_cap(ab, "cap_pa", &context->capset.cap.ambient); in show_special()
2581 context->capset.pid = task_tgid_nr(current); in __audit_log_capset()
2582 context->capset.cap.effective = new->cap_effective; in __audit_log_capset()
2583 context->capset.cap.inheritable = new->cap_effective; in __audit_log_capset()
2584 context->capset.cap.permitted = new->cap_permitted; in __audit_log_capset()
2585 context->capset.cap.ambient = new->cap_ambient; in __audit_log_capset()
H A Dcapability.c222 SYSCALL_DEFINE2(capset, cap_user_header_t, header, const cap_user_data_t, data) in SYSCALL_DEFINE2() argument
H A Daudit.h183 } capset; member
H A Dsys_ni.c133 COND_SYSCALL(capset);
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/arch/mips/kernel/syscalls/
H A Dsyscall_n32.tbl134 124 n32 capset sys_capset
H A Dsyscall_n64.tbl134 124 n64 capset sys_capset
H A Dsyscall_o32.tbl219 205 o32 capset sys_capset
/OK3568_Linux_fs/kernel/arch/ia64/kernel/syscalls/
H A Dsyscall.tbl174 162 common capset sys_capset
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl175 159 common capset sys_capset
/OK3568_Linux_fs/kernel/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl137 126 common capset sys_capset
H A Dsyscall_32.tbl199 185 i386 capset sys_capset
/OK3568_Linux_fs/kernel/tools/perf/arch/x86/entry/syscalls/
H A Dsyscall_64.tbl137 126 common capset sys_capset
/OK3568_Linux_fs/kernel/arch/m68k/kernel/syscalls/
H A Dsyscall.tbl195 185 common capset sys_capset
/OK3568_Linux_fs/kernel/arch/parisc/kernel/syscalls/
H A Dsyscall.tbl120 107 common capset sys_capset
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/syscalls/
H A Dsyscall.tbl195 185 common capset sys_capset
/OK3568_Linux_fs/kernel/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl176 185 common capset sys_capset compat_sys_capset
/OK3568_Linux_fs/kernel/arch/arm/tools/
H A Dsyscall.tbl201 185 common capset sys_capset
/OK3568_Linux_fs/kernel/arch/sh/kernel/syscalls/
H A Dsyscall.tbl195 185 common capset sys_capset
/OK3568_Linux_fs/kernel/include/linux/
H A Dlsm_hook_defs.h41 LSM_HOOK(int, 0, capset, struct cred *new, const struct cred *old,
/OK3568_Linux_fs/kernel/arch/s390/kernel/syscalls/
H A Dsyscall.tbl176 185 common capset sys_capset sys_capset
/OK3568_Linux_fs/kernel/arch/alpha/kernel/syscalls/
H A Dsyscall.tbl302 369 common capset sys_capset
/OK3568_Linux_fs/kernel/arch/sparc/kernel/syscalls/
H A Dsyscall.tbl36 22 common capset sys_capset
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/syscalls/
H A Dsyscall.tbl240 184 common capset sys_capset
/OK3568_Linux_fs/kernel/tools/perf/arch/powerpc/entry/syscalls/
H A Dsyscall.tbl236 184 common capset sys_capset

12