Marcus Meissner
f58c4650d6
- Add IMA functionality (fate#323289) This is implemented as a sub module analogous to FIPS OBS-URL: https://build.opensuse.org/request/show/529133 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=320
25 lines
696 B
Diff
25 lines
696 B
Diff
From 31f5f290cf74a719b93439bced08260f5af47f80 Mon Sep 17 00:00:00 2001
|
|
From: Daniel Molkentin <dmolkentin@suse.com>
|
|
Date: Thu, 28 Sep 2017 13:16:33 +0200
|
|
Subject: [PATCH] Add IMA functionality (fate#323289)
|
|
|
|
This is implemented as a sub module analogous to FIPS.
|
|
(changes to spec file applied in OBS only)
|
|
---
|
|
dracut.conf.d/ima.conf.example | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
create mode 100644 dracut.conf.d/ima.conf.example
|
|
|
|
diff --git a/dracut.conf.d/ima.conf.example b/dracut.conf.d/ima.conf.example
|
|
new file mode 100644
|
|
index 00000000..b4c4eea7
|
|
--- /dev/null
|
|
+++ b/dracut.conf.d/ima.conf.example
|
|
@@ -0,0 +1,3 @@
|
|
+# turn on ima modules
|
|
+
|
|
+add_dracutmodules+=" integrity "
|
|
--
|
|
2.14.1
|
|
|