Searched refs:capset (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/kernel/ |
D | auditsc.c | 1255 audit_log_format(ab, "pid=%d", context->capset.pid); in show_special() 1256 audit_log_cap(ab, "cap_pi", &context->capset.cap.inheritable); in show_special() 1257 audit_log_cap(ab, "cap_pp", &context->capset.cap.permitted); in show_special() 1258 audit_log_cap(ab, "cap_pe", &context->capset.cap.effective); in show_special() 2344 context->capset.pid = task_pid_nr(current); in __audit_log_capset() 2345 context->capset.cap.effective = new->cap_effective; in __audit_log_capset() 2346 context->capset.cap.inheritable = new->cap_effective; in __audit_log_capset() 2347 context->capset.cap.permitted = new->cap_permitted; in __audit_log_capset()
|
D | capability.c | 223 SYSCALL_DEFINE2(capset, cap_user_header_t, header, const cap_user_data_t, data) in SYSCALL_DEFINE2() argument
|
D | audit.h | 193 } capset; member
|
/linux-4.4.14/include/linux/ |
D | lsm_hooks.h | 1318 int (*capset)(struct cred *new, const struct cred *old, member 1626 struct list_head capset; member
|
/linux-4.4.14/arch/parisc/kernel/ |
D | syscall_table.S | 185 ENTRY_SAME(capset)
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | systbl.h | 191 SYSCALL_SPU(capset)
|
/linux-4.4.14/Documentation/security/ |
D | credentials.txt | 177 credentials, but can also be manipulated directly by the capset() system 181 itself to its effective or permitted sets through capset(). This 306 task to alter another's credentials. This means the capset() system call is no
|
/linux-4.4.14/security/ |
D | security.c | 180 return call_int_hook(capset, 0, new, old, in security_capset() 1556 .capset = LIST_HEAD_INIT(security_hook_heads.capset),
|
D | commoncap.c | 1076 LSM_HOOK_INIT(capset, cap_capset),
|
/linux-4.4.14/arch/s390/kernel/ |
D | compat_wrapper.c | 109 COMPAT_SYSCALL_WRAP2(capset, cap_user_header_t, header, const cap_user_data_t, data);
|
/linux-4.4.14/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 135 126 common capset sys_capset
|
D | syscall_32.tbl | 194 185 i386 capset sys_capset
|
/linux-4.4.14/Documentation/DocBook/ |
D | kernel-api.xml.db | 584 API---audit-log-capset
|
/linux-4.4.14/init/ |
D | Kconfig | 1382 setgid, and capset.
|
/linux-4.4.14/security/selinux/ |
D | hooks.c | 5868 LSM_HOOK_INIT(capset, selinux_capset),
|