Lines Matching full:permitted
143 * @dataptr: pointer to struct that contains the effective, permitted,
172 kdata[i].permitted = pP.cap[i]; in SYSCALL_DEFINE2()
208 * @data: pointer to struct that contains the effective, permitted,
216 * I: any raised capabilities must be a subset of the old permitted
217 * P: any raised capabilities must be a subset of the old permitted
218 * E: must be set to a subset of new permitted
226 kernel_cap_t inheritable, permitted, effective; in SYSCALL_DEFINE2() local
251 permitted.cap[i] = kdata[i].permitted; in SYSCALL_DEFINE2()
256 permitted.cap[i] = 0; in SYSCALL_DEFINE2()
262 permitted.cap[CAP_LAST_U32] &= CAP_LAST_U32_VALID_MASK; in SYSCALL_DEFINE2()
270 &effective, &inheritable, &permitted); in SYSCALL_DEFINE2()