diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/security.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/security.c b/security/security.c index dd0c6baed494..4a6265ab3cc2 100644 --- a/security/security.c +++ b/security/security.c | |||
@@ -83,7 +83,7 @@ __setup("security=", choose_lsm); | |||
83 | * | 83 | * |
84 | * Each LSM must pass this method before registering its own operations | 84 | * Each LSM must pass this method before registering its own operations |
85 | * to avoid security registration races. This method may also be used | 85 | * to avoid security registration races. This method may also be used |
86 | * to check if your LSM is currently loaded. | 86 | * to check if your LSM is currently loaded during kernel initialization. |
87 | * | 87 | * |
88 | * Return true if: | 88 | * Return true if: |
89 | * -The passed LSM is the one chosen by user at boot time, | 89 | * -The passed LSM is the one chosen by user at boot time, |