public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Richard Filo <rfilo@redhat.com>
To: git-commits@fedoraproject.org
Subject: [tests/selinux] pr775-checkpolicy-revdeps: selinux-restorecon-functions: Pattern in extended attribute has changed
Date: Fri, 11 Sep 2026 13:17:54 GMT	[thread overview]
Message-ID: <178913267412.1.14112607691694418385.tests-selinux-954aa8c2a666@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : tests/selinux
            Branch : pr775-checkpolicy-revdeps
            Commit : 954aa8c2a666db74cdc824f419be07a89bf4601a
            Author : Richard Filo <rfilo@redhat.com>
            Date   : 2020-03-28T14:29:49+01:00
            Stats  : +2/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/tests/selinux/c/954aa8c2a666db74cdc824f419be07a89bf4601a?branch=pr775-checkpolicy-revdeps

            Log:
            selinux-restorecon-functions: Pattern in extended attribute has changed

Selinux_restorecon() applies a different extended attribute.

Name of security.restorecon_last extended attribute was changed to security.sehash in that commit:
https://github.com/fedora-selinux/selinux/commit/e016502c0a265d661a3a4b541b865eec94aae2b1

Fixes:
https://src.fedoraproject.org/tests/selinux/issue/52

---
diff --git a/libselinux/selinux_restorecon-functions/runtest.sh b/libselinux/selinux_restorecon-functions/runtest.sh
index dbaec0f..2f1b7bd 100755
--- a/libselinux/selinux_restorecon-functions/runtest.sh
+++ b/libselinux/selinux_restorecon-functions/runtest.sh
@@ -188,12 +188,12 @@ rlJournalStart
         # directory that supports security.restorecon_last xattr
         rlRun "strace -ostrace.out -s 64 ./test_restorecon /var/log RECURSE NOCHANGE" 0 "Calling selinux_restorecon on /tmp"
 
-        rlRun "grep security.restorecon_last strace.out" 0
+        rlRun "grep -E \"security\.(restorecon_last|sehash)\" strace.out" 0
 
         # directory that does not supports security.restorecon_last xattr
         rlRun "strace -ostrace.out -s 64 ./test_restorecon /sys RECURSE NOCHANGE" 0 "Calling selinux_restorecon on /sys"
 
-        rlRun "grep security.restorecon_last strace.out" 1
+        rlRun "grep -E \"security\.(restorecon_last|sehash)\" strace.out" 1
 
         rlRun "rm -f strace.out"
     rlPhaseEnd

                 reply	other threads:[~2026-09-11 13:17 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=178913267412.1.14112607691694418385.tests-selinux-954aa8c2a666@fedoraproject.org \
    --to=rfilo@redhat.com \
    --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