Lines Matching full:capabilities
24 * Leveraged for setting/resetting capabilities
50 pr_info_once("warning: `%s' uses 32-bit capabilities (legacy support in use)\n", in warn_legacy_capability_use()
55 * Version 2 capabilities worked fine, but the linux/capability.h file
62 * capabilities and may be doing so insecurely.
74 pr_info_once("warning: `%s' uses deprecated v2 capabilities in a way that may be insecure\n", in warn_deprecated_v2()
110 * The only thing that can change the capabilities of the current
112 * at the same time as we are in the process of setting capabilities
140 * sys_capget - get the capabilities of a given process.
144 * and inheritable capabilities that are returned
178 * we silently drop the upper capabilities here. This in SYSCALL_DEFINE2()
187 * capabilities. in SYSCALL_DEFINE2()
205 * sys_capset - set capabilities for a process or (*) a group of processes
209 * and inheritable capabilities
211 * Set capabilities for the current process only. The ability to any other
214 * The restrictions on setting capabilities are specified as:
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
482 * privileged_wrt_inode_uidgid - Do capabilities in the namespace work over the inode?