From 5edc18a308263124196e38e92570e6c644dabcf0 Mon Sep 17 00:00:00 2001 From: humocs-man <251756307+humocs-man@users.noreply.github.com> Date: Fri, 1 May 2026 13:12:04 +0200 Subject: [PATCH] Add directory permissions for dnf and rpm --- configs/bootc-fix.conf | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 configs/bootc-fix.conf diff --git a/configs/bootc-fix.conf b/configs/bootc-fix.conf new file mode 100644 index 0000000..4d2783a --- /dev/null +++ b/configs/bootc-fix.conf @@ -0,0 +1,2 @@ +d /var/lib/dnf 0755 root root - +d /var/lib/rpm 0755 root root -