From d4fe76f559498d46c11e5cb64226eed95d35654f Mon Sep 17 00:00:00 2001 From: James Morris Date: Fri, 7 Mar 2008 12:23:49 +1100 Subject: [PATCH] --- yaml --- r: 90911 b: refs/heads/master c: 7cea51be4e91edad05bd834f3235b45c57783f0d h: refs/heads/master i: 90909: bd0f8a89df870263acc8a1def4fbf930520cd541 90907: 97dc7eb00195e37724d7019bc0c75fa35d3ef324 90903: 3f2cdde0f7e327bf88f3b05311d48349efcc8f12 90895: bb9ae072d9659b949b56e7cb195243ae2d5a6384 90879: a0883290f6ce63e36eb0a9a0197716b2810d5b49 v: v3 --- [refs] | 2 +- trunk/security/security.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,