public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Milos Malik <mmalik@redhat.com>
To: git-commits@fedoraproject.org
Subject: [tests/selinux] pr775-checkpolicy-revdeps: show the size and label of /etc/tuned/ppd_base_profile
Date: Fri, 11 Sep 2026 13:22:57 GMT	[thread overview]
Message-ID: <178913297755.1.5133699308283763601.tests-selinux-4d517e7d9b61@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : tests/selinux
            Branch : pr775-checkpolicy-revdeps
            Commit : 4d517e7d9b6179dc79912cedb369b80e2a995759
            Author : Milos Malik <mmalik@redhat.com>
            Date   : 2025-06-13T06:55:17+00:00
            Stats  : +2/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/tests/selinux/c/4d517e7d9b6179dc79912cedb369b80e2a995759?branch=pr775-checkpolicy-revdeps

            Log:
            show the size and label of /etc/tuned/ppd_base_profile

Instead of comparing the SELinux label of that file against a fixed
value, show the label and the file size.

---
diff --git a/selinux-policy/tuned-ppd-and-similar/runtest.sh b/selinux-policy/tuned-ppd-and-similar/runtest.sh
index 85cdb7b..0bc5804 100755
--- a/selinux-policy/tuned-ppd-and-similar/runtest.sh
+++ b/selinux-policy/tuned-ppd-and-similar/runtest.sh
@@ -121,9 +121,9 @@ rlJournalStart
             rlRun "tuned-adm profile powersave"
         fi
         sleep 2
-        rlRun "ls -Z /etc/tuned/ppd_base_profile"
+        rlRun "ls -lZ /etc/tuned/ppd_base_profile"
         rlRun "tuned-adm auto_profile"
-        rlRun "ls -Z /etc/tuned/ppd_base_profile | grep :tuned_rw_etc_t"
+        rlRun "ls -lZ /etc/tuned/ppd_base_profile"
         rlRun "tuned-adm verify"
         rlSEService - ${SERVICE_NAME} ${PROCESS_NAME} ${PROCESS_CONTEXT} "stop status" 1
         if [ -f /usr/lib/systemd/system/gdm.service ] ; then

                 reply	other threads:[~2026-09-11 13:22 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=178913297755.1.5133699308283763601.tests-selinux-4d517e7d9b61@fedoraproject.org \
    --to=mmalik@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