Lines Matching +full:system +full:- +full:on +full:- +full:module
17 about Security-Enhanced Linux (SELinux) at the 2.5 Linux Kernel Summit.
18 SELinux is an implementation of flexible and fine-grained
31 operations on kernel objects and a set of opaque security fields in
35 migrating the Linux capabilities code into such a module.
40 individuals, including Greg Kroah-Hartman and James Morris, to develop a
44 security module.
51 on supporting access control modules, although future development is
56 logic is implemented as a security module.
57 This capabilities module is discussed further in
58 `LSM Capabilities Module`_.
65 of security modules that are active on the system.
70 Security blobs that are used by more than one security module are
81 For System V IPC security information,
94 Unlike the other security module data, the data used here is a
95 32-bit integer. The security modules are required to map or otherwise
104 general security module stacking. It defines
105 security_add_hooks() to which each security module passes a
109 have been registered. The SELinux security module has implemented
122 LSM Capabilities Module
125 The POSIX.1e capabilities logic is maintained as a security module
127 module uses the order field of the :c:type:`lsm_info` description
128 to identify it as the first security module to be registered.
129 The capabilities security module does not use the general security
131 based on overhead, complexity and performance concerns.