Lines Matching full:framework
28 remarks that described a security framework he would be willing to
30 general framework that would provide a set of security hooks to control
33 framework could then be used by loadable kernel modules to implement any
38 such a framework. LSM was a joint development effort by several security
41 Linux kernel patch that implements this framework. The work was
43 report provides an overview of the framework and the capabilities
46 LSM Framework
49 The LSM framework provides a general kernel framework to support
50 security modules. In particular, the LSM framework is primarily focused
53 framework does not provide any additional security; it merely provides
54 the infrastructure to support security modules. The LSM framework is
60 The LSM framework includes security fields in kernel data structures and
69 the framework or by the individual security modules that use it.
71 typically managed by the framework.
103 The LSM framework provides for a close approximation of
108 The LSM framework does not provide a mechanism for removing hooks that