From: James Morris Date: Fri, 7 Mar 2008 01:23:49 +0000 (+1100) Subject: security: fix up documentation for security_module_enable X-Git-Tag: v2.6.26-rc1~1137^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7cea51be4e91edad05bd834f3235b45c57783f0d;p=platform%2Fkernel%2Flinux-3.10.git security: fix up documentation for security_module_enable security_module_enable() can only be called during kernel init. Signed-off-by: James Morris --- diff --git a/security/security.c b/security/security.c index dd0c6ba..4a6265a 100644 --- a/security/security.c +++ b/security/security.c @@ -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,