Lines Matching full:capabilities
43 pr_info_once("warning: `%s' uses 32-bit capabilities (legacy support in use)\n", in warn_legacy_capability_use()
48 * Version 2 capabilities worked fine, but the linux/capability.h file
55 * capabilities and may be doing so insecurely.
67 pr_info_once("warning: `%s' uses deprecated v2 capabilities in a way that may be insecure\n", in warn_deprecated_v2()
103 * The only thing that can change the capabilities of the current
105 * at the same time as we are in the process of setting capabilities
133 * sys_capget - get the capabilities of a given process.
137 * and inheritable capabilities that are returned
164 * Annoying legacy format with 64-bit capabilities exposed in SYSCALL_DEFINE2()
174 * we silently drop the upper capabilities here. This in SYSCALL_DEFINE2()
183 * capabilities. in SYSCALL_DEFINE2()
203 * sys_capset - set capabilities for a process or (*) a group of processes
207 * and inheritable capabilities
209 * Set capabilities for the current process only. The ability to any other
212 * The restrictions on setting capabilities are specified as:
214 * I: any raised capabilities must be a subset of the old permitted
215 * P: any raised capabilities must be a subset of the old permitted
468 * privileged_wrt_inode_uidgid - Do capabilities in the namespace work over the inode?