Skip to content

Commit

Permalink
security: fix up documentation for security_module_enable
Browse files Browse the repository at this point in the history
security_module_enable() can only be called during kernel init.

Signed-off-by: James Morris <jmorris@namei.org>
  • Loading branch information
James Morris committed Apr 19, 2008
1 parent 076c54c commit 7cea51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/security.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7cea51b

Please sign in to comment.