public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Ondrej Vasik <ovasik@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/setup] update_services: change permissions on /etc/shadow and /etc/gshadow to 0000 and use
Date: Mon, 22 Jun 2026 15:55:10 GMT	[thread overview]
Message-ID: <178214371002.1.11635158008388804418.rpms-setup-178a2ad9f228@fedoraproject.org> (raw)

        A new commit has been pushed.

        Repo   : rpms/setup
        Branch : update_services
        Commit : 178a2ad9f228c55d2ec0f2eb1df66aba73a38824
        Author : Ondrej Vasik <ovasik@fedoraproject.org>
        Date   : 2009-08-17T10:39:39+00:00
        Stats  : +11/-7 in 3 file(s)
        URL    : https://src.fedoraproject.org/rpms/setup/c/178a2ad9f228c55d2ec0f2eb1df66aba73a38824?branch=update_services

        Log:
        change permissions on /etc/shadow and /etc/gshadow to 0000 and use
capabilities for them(#517577)

---
diff --git a/.cvsignore b/.cvsignore
index b29afdb..4ca8ed9 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-setup-2.8.7.tar.bz2
+setup-2.8.8.tar.bz2

diff --git a/setup.spec b/setup.spec
index 3d8075b..2d36318 100644
--- a/setup.spec
+++ b/setup.spec
@@ -1,7 +1,7 @@
 Summary: A set of system configuration and setup files
 Name: setup
-Version: 2.8.7
-Release: 2%{?dist}
+Version: 2.8.8
+Release: 1%{?dist}
 License: Public Domain
 Group: System Environment/Base
 URL: https://fedorahosted.org/setup/
@@ -58,12 +58,12 @@ for i, name in ipairs({"passwd", "shadow", "group", "gshadow"}) do
 end
 
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc uidgid COPYING
 %verify(not md5 size mtime) %config(noreplace) /etc/passwd
 %verify(not md5 size mtime) %config(noreplace) /etc/group
-%verify(not md5 size mtime) %config(noreplace,missingok) /etc/shadow
-%verify(not md5 size mtime) %config(noreplace,missingok) /etc/gshadow
+%verify(not md5 size mtime) %attr(0000,root,root) %config(noreplace,missingok) /etc/shadow
+%verify(not md5 size mtime) %attr(0000,root,root) %config(noreplace,missingok) /etc/gshadow
 %verify(not md5 size mtime) %config(noreplace) /etc/services
 %verify(not md5 size mtime) %config(noreplace) /etc/exports
 %config(noreplace) /etc/aliases
@@ -89,6 +89,10 @@ end
 %ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/mtab
 
 %changelog
+* Mon Aug 17 2009 Ondrej Vasik <ovasik@redhat.com> 2.8.8-1
+- change permissions on /etc/shadow and /etc/gshadow to 0000 and
+  use capabilities for them(#517577)
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.8.7-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 

diff --git a/sources b/sources
index 1b64d3f..6a79e8f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ac42794c9b5ea07cde4b33fe5301216e  setup-2.8.7.tar.bz2
+f3412ac581439c8436158127b78101da  setup-2.8.8.tar.bz2

                 reply	other threads:[~2026-06-22 15:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178214371002.1.11635158008388804418.rpms-setup-178a2ad9f228@fedoraproject.org \
    --to=ovasik@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox