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
|
||
|
|