public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@siemens.com>
To: isar-users <isar-users@googlegroups.com>
Cc: Quirin Gylstorff <quirin.gylstorff@siemens.com>,
	Henning Schild <henning.schild@siemens.com>
Subject: [PATCH] images: Complete account related exceptions in do_rootfs_quality_check
Date: Fri, 10 Feb 2023 20:19:03 +0100	[thread overview]
Message-ID: <4fe96d1a-0e9f-ac8b-7f65-582ef6b33bd3@siemens.com> (raw)

From: Jan Kiszka <jan.kiszka@siemens.com>

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 meta/classes/image.bbclass | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index 539ec51d..ef7d5a2a 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -482,10 +482,12 @@ do_rootfs_quality_check() {
 	        args="${args} ! -path ${ROOTFSDIR}/etc/passwd \
                           ! -path ${ROOTFSDIR}/etc/subgid \
                           ! -path ${ROOTFSDIR}/etc/subuid \
-                          ! -path ${ROOTFSDIR}/etc/shadow- \
                           ! -path ${ROOTFSDIR}/etc/gshadow \
+                          ! -path ${ROOTFSDIR}/etc/gshadow- \
                           ! -path ${ROOTFSDIR}/etc/shadow \
-                          ! -path ${ROOTFSDIR}/etc/group"
+                          ! -path ${ROOTFSDIR}/etc/shadow- \
+                          ! -path ${ROOTFSDIR}/etc/group \
+                          ! -path ${ROOTFSDIR}/etc/group-"
             ;;
 	esac
     done
-- 
2.35.3

             reply	other threads:[~2023-02-10 19:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-02-10 19:19 Jan Kiszka [this message]
2023-02-10 19:45 ` Henning Schild
2023-02-16  4:38 ` Uladzimir Bely

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=4fe96d1a-0e9f-ac8b-7f65-582ef6b33bd3@siemens.com \
    --to=jan.kiszka@siemens.com \
    --cc=henning.schild@siemens.com \
    --cc=isar-users@googlegroups.com \
    --cc=quirin.gylstorff@siemens.com \
    /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