Searched defs:effective (Results 1 – 8 of 8) sorted by relevance
/linux-3.3/security/ |
D | commoncap.c | 191 int cap_capget(struct task_struct *target, kernel_cap_t *effective, in cap_capget() 236 const kernel_cap_t *effective, in cap_capset() 325 bool *effective, in bprm_caps_from_vfs_caps() 421 static int get_file_caps(struct linux_binprm *bprm, bool *effective, bool *has_cap) in get_file_caps() 472 bool effective, has_cap = false; in cap_bprm_set_creds() local
|
D | security.c | 142 kernel_cap_t *effective, in security_capget() 150 const kernel_cap_t *effective, in security_capset()
|
/linux-3.3/kernel/ |
D | capability.c | 236 kernel_cap_t inheritable, permitted, effective; in SYSCALL_DEFINE2() local
|
D | auditsc.c | 100 kernel_cap_t effective; /* effective set of a process */ member
|
/linux-3.3/include/linux/ |
D | capability.h | 46 __u32 effective; member
|
D | security.h | 1850 kernel_cap_t *effective, in security_capget() 1859 const kernel_cap_t *effective, in security_capset()
|
/linux-3.3/security/apparmor/ |
D | lsm.c | 116 static int apparmor_capget(struct task_struct *target, kernel_cap_t *effective, in apparmor_capget()
|
/linux-3.3/security/selinux/ |
D | hooks.c | 1833 static int selinux_capget(struct task_struct *target, kernel_cap_t *effective, in selinux_capget() 1846 const kernel_cap_t *effective, in selinux_capset()
|