mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 13:11:14 +07:00
security: fix up documentation for security_module_enable
security_module_enable() can only be called during kernel init. Signed-off-by: James Morris <jmorris@namei.org>
This commit is contained in:
parent
076c54c5bc
commit
7cea51be4e
@ -83,7 +83,7 @@ __setup("security=", choose_lsm);
|
||||
*
|
||||
* Each LSM must pass this method before registering its own operations
|
||||
* to avoid security registration races. This method may also be used
|
||||
* to check if your LSM is currently loaded.
|
||||
* to check if your LSM is currently loaded during kernel initialization.
|
||||
*
|
||||
* Return true if:
|
||||
* -The passed LSM is the one chosen by user at boot time,
|
||||
|
Loading…
Reference in New Issue
Block a user