Searched refs:effective (Results 1 - 2 of 2) sorted by relevance

/include/linux/
H A Dsecurity.h77 extern int cap_capget(struct task_struct *target, kernel_cap_t *effective, kernel_cap_t *inheritable, kernel_cap_t *permitted);
79 const kernel_cap_t *effective,
1250 * Get the @effective, @inheritable, and @permitted capability sets for
1255 * @effective contains the effective capability set.
1260 * Set the @effective, @inheritable, and @permitted capability sets for
1264 * @effective contains the effective capability set.
1387 kernel_cap_t *effective,
1391 const kernel_cap_t *effective,
1856 security_capget(struct task_struct *target, kernel_cap_t *effective, kernel_cap_t *inheritable, kernel_cap_t *permitted) argument
1864 security_capset(struct cred *new, const struct cred *old, const kernel_cap_t *effective, const kernel_cap_t *inheritable, const kernel_cap_t *permitted) argument
[all...]
H A Dcapability.h46 __u32 effective; member in struct:__user_cap_data_struct
139 /* Overrides the following restrictions that the effective user ID
141 bits on that file; that the effective group ID (or one of the
148 /* Overrides the restriction that the real or effective user ID of a
149 process sending a signal must match the real or effective user ID

Completed in 41 milliseconds