diff options
| author | J. S. <schonm@gmail.com> | 2025-04-14 22:24:03 -0400 |
|---|---|---|
| committer | Scott Murray <scott.murray@konsulko.com> | 2025-07-04 12:40:38 -0400 |
| commit | 4e2b318a86d1d4a799c4b609d4b626716fe6935e (patch) | |
| tree | c43abf85e6cffa50412dd62c552a920c5f9daa47 /recipes-kernel | |
| parent | ebe9234fb8867d5be6916b52b54e24f191f5fcab (diff) | |
| download | meta-security-4e2b318a86d1d4a799c4b609d4b626716fe6935e.tar.gz | |
Fix warning : lack of whitespace around assignment
v2 : also fix some typos while we are here.
v3 : add fixes for isic and checksecurity
Signed-off-by: Jason Schonberg <schonm@gmail.com>
[removed already applied change]
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-kernel')
| -rw-r--r-- | recipes-kernel/lkrg/lkrg-module_0.9.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/lkrg/lkrg-module_0.9.7.bb b/recipes-kernel/lkrg/lkrg-module_0.9.7.bb index 751c045..20982a8 100644 --- a/recipes-kernel/lkrg/lkrg-module_0.9.7.bb +++ b/recipes-kernel/lkrg/lkrg-module_0.9.7.bb | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | SUMMARY = "Linux Kernel Runtime Guard" | 1 | SUMMARY = "Linux Kernel Runtime Guard" |
| 2 | DESCRIPTION="LKRG performs runtime integrity checking of the Linux \ | 2 | DESCRIPTION = "LKRG performs runtime integrity checking of the Linux \ |
| 3 | kernel and detection of security vulnerability exploits against the kernel." | 3 | kernel and detection of security vulnerability exploits against the kernel." |
| 4 | SECTION = "security" | 4 | SECTION = "security" |
| 5 | HOMEPAGE = "https://www.openwall.com/lkrg/" | 5 | HOMEPAGE = "https://www.openwall.com/lkrg/" |
