public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/setup] update_services: Suppress false positives from rpminspect for /etc/shadow
@ 2026-06-22 15:56 Martin Osvald
  0 siblings, 0 replies; only message in thread
From: Martin Osvald @ 2026-06-22 15:56 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/setup
            Branch : update_services
            Commit : 882f1b225c18aa45259170fc0ef2f8be7ed4012c
            Author : Martin Osvald <mosvald@redhat.com>
            Date   : 2026-03-12T09:21:40+01:00
            Stats  : +5/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/setup/c/882f1b225c18aa45259170fc0ef2f8be7ed4012c?branch=update_services

            Log:
            Suppress false positives from rpminspect for /etc/shadow

/etc/shadow is regenerated on every build

---
diff --git a/rpminspect.yaml b/rpminspect.yaml
new file mode 100644
index 0000000..1ca5b9a
--- /dev/null
+++ b/rpminspect.yaml
@@ -0,0 +1,5 @@
+config:
+    # /etc/shadow is regenerated on every build
+    ignore:
+        - /etc/shadow
+

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-22 15:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-22 15:56 [rpms/setup] update_services: Suppress false positives from rpminspect for /etc/shadow Martin Osvald

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox