Lines Matching full:capabilities
35 migrating the Linux capabilities code into such a module.
44 of the framework and the example capabilities security module provided
56 also moves most of the capabilities logic into an optional security
58 This capabilities module is discussed further in
59 `LSM Capabilities Module <#cap>`__.
157 LSM Capabilities Module
160 The LSM kernel patch moves most of the existing POSIX.1e capabilities
163 use capabilities to omit this code entirely from their kernel, instead
166 capabilities logic to maintain and enhance their code more freely,
169 In addition to moving the capabilities logic, the LSM kernel patch could
175 with the capabilities module without needing to chain multiple security
177 on the capabilities module to manage the security fields. However, the
181 At present, the capabilities logic for computing process capabilities on
183 capabilities for a particular process, saving and checking capabilities
186 capabilities module. There are still a few locations in the base kernel
189 completely replace the assignment and testing of capabilities. These few