From: phodina via Guix-patches via <guix-patches@gnu.org>
To: 56658@debbugs.gnu.org
Subject: [bug#56658] [PATCH] gnu: Add lkrg.
Date: Wed, 20 Jul 2022 08:59:26 +0000 [thread overview]
Message-ID: <9UfWRYkSni-i6ElqO7Hhd4IuRBKyasRwZ_r05cFBp97jn4Eh0JyHqwJTaD8DLp8cg49Iu5Tson0TkWHMbinpXA1neJ69F3f6iy4YJ-SGp7o=@protonmail.com> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 88 bytes --]
Hi,
this patch adds kernel module to improve runtime security of the system.
----
Petr
[-- Attachment #1.2: Type: text/html, Size: 281 bytes --]
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-Add-lkrg.patch --]
[-- Type: text/x-patch; name=0001-gnu-Add-lkrg.patch, Size: 2433 bytes --]
From 985199faeb4164df909d8c6b48ba941c62312266 Mon Sep 17 00:00:00 2001
From: Petr Hodina <phodina@protonmail.com>
Date: Wed, 20 Jul 2022 10:28:30 +0200
Subject: [PATCH] gnu: Add lkrg.
* gnu/packages/linux.scm (lkrg): New variable.
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 48beae0e69..a46a74401c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -60,7 +60,7 @@
;;; Copyright © 2021 Josselin Poiret <josselin.poiret@protonmail.ch>
;;; Copyright © 2021 Olivier Dion <olivier.dion@polymtl.ca>
;;; Copyright © 2021 Solene Rapenne <solene@perso.pw>
-;;; Copyright © 2021 Petr Hodina <phodina@protonmail.com>
+;;; Copyright © 2021, 2022 Petr Hodina <phodina@protonmail.com>
;;; Copyright © 2022 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;;; Copyright © 2022 Rene Saavedra <nanuui@protonmail.com>
@@ -1342,6 +1342,37 @@ (define-public librem-ec-acpi-linux-module
and the notification, WiFi, and Bluetooth LED.")
(license license:gpl2)))
+(define-public lkrg
+ (package
+ (name "lkrg")
+ (version "0.9.3")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/lkrg-org/lkrg")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0yirb7n4mqv8cn0gziz1m7ymq00dhhy79j59jdgrx00b8rj57cfw"))))
+ (build-system linux-module-build-system)
+ (arguments
+ (list #:linux linux-libre
+ #:tests? #f
+ #:make-flags #~(list (string-append "CC="
+ #$(cc-for-target))
+ (string-append "SYSSRC="
+ (assoc-ref %build-inputs
+ "linux-module-builder")
+ "/lib/modules/build"))))
+ (inputs (list bash-minimal))
+ (home-page "https://lkrg.org/")
+ (synopsis "Linux Kernel Runtime Guard")
+ (description
+ "This package performs runtime integrity checking of the Linux kernel and
+detection of security vulnerability exploits against the kernel.")
+ (license license:gpl2)))
+
(define-public rtl8821ce-linux-module
(let ((commit "be733dc86781c68571650b395dd0fa6b53c0a039")
(revision "6"))
--
2.37.0
next reply other threads:[~2022-07-20 9:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-20 8:59 phodina via Guix-patches via [this message]
2022-08-04 22:06 ` bug#56658: [PATCH] gnu: Add lkrg Ludovic Courtès
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='9UfWRYkSni-i6ElqO7Hhd4IuRBKyasRwZ_r05cFBp97jn4Eh0JyHqwJTaD8DLp8cg49Iu5Tson0TkWHMbinpXA1neJ69F3f6iy4YJ-SGp7o=@protonmail.com' \
--to=guix-patches@gnu.org \
--cc=56658@debbugs.gnu.org \
--cc=phodina@protonmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.