diff --git a/[refs] b/[refs] index 764c60c14f8f..27742ff991fa 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 076c54c5bcaed2081c0cba94a6f77c4d470236ad +refs/heads/master: 7cea51be4e91edad05bd834f3235b45c57783f0d diff --git a/trunk/security/security.c b/trunk/security/security.c index dd0c6baed494..4a6265ab3cc2 100644 --- a/trunk/security/security.c +++ b/trunk/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,