Lines Matching +full:system +full:- +full:on +full:- +full:module
2 Linux Security Module Usage
5 The Linux Security Module (LSM) framework provides a mechanism for
7 "module" is a bit of a misnomer since these extensions are not actually
8 loadable kernel modules. Instead, they are selectable at build-time via
9 CONFIG_DEFAULT_SECURITY and can be overridden at boot-time via the
17 specific changes to system operation when these tweaks are not available
21 followed by any number of "minor" modules and at most one "major" module.
22 For more details on capabilities, see ``capabilities(7)`` in the Linux
23 man-pages project.
27 will always include the capability module. The list reflects the
28 order in which checks are made. The capability module will always
30 the one "major" module (e.g. SELinux) if there is one configured.
34 A security module may maintain a module specific subdirectory there,
35 named after the module. ``/proc/.../attr/smack`` is provided by the Smack
36 security module and contains all its special files. The files directly