From 0632591996893fe136a1f2fe44d9b9f404f41f3e Mon Sep 17 00:00:00 2001 From: Harald Pfeiffer Date: Thu, 1 Nov 2018 13:30:58 +0100 Subject: Initial commit --- localfs/etc/dnf/protected.d/dnf.conf | 1 + localfs/etc/dnf/protected.d/rpm.conf | 1 + localfs/etc/dnf/protected.d/storage.conf | 3 +++ 3 files changed, 5 insertions(+) create mode 100644 localfs/etc/dnf/protected.d/dnf.conf create mode 100644 localfs/etc/dnf/protected.d/rpm.conf create mode 100644 localfs/etc/dnf/protected.d/storage.conf (limited to 'localfs/etc/dnf/protected.d') diff --git a/localfs/etc/dnf/protected.d/dnf.conf b/localfs/etc/dnf/protected.d/dnf.conf new file mode 100644 index 0000000..6148f6c --- /dev/null +++ b/localfs/etc/dnf/protected.d/dnf.conf @@ -0,0 +1 @@ +dnf diff --git a/localfs/etc/dnf/protected.d/rpm.conf b/localfs/etc/dnf/protected.d/rpm.conf new file mode 100644 index 0000000..916f55d --- /dev/null +++ b/localfs/etc/dnf/protected.d/rpm.conf @@ -0,0 +1 @@ +rpm diff --git a/localfs/etc/dnf/protected.d/storage.conf b/localfs/etc/dnf/protected.d/storage.conf new file mode 100644 index 0000000..15d7117 --- /dev/null +++ b/localfs/etc/dnf/protected.d/storage.conf @@ -0,0 +1,3 @@ +device-mapper +lvm2 +cryptsetup -- cgit v1.2.3