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: libselinux/setenforce: Ensure SYSCALL records are generated
Date: Fri, 11 Sep 2026 13:17:55 GMT	[thread overview]
Message-ID: <178913267504.1.9764842372141197694.tests-selinux-55eccf395ad3@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : tests/selinux
            Branch : pr775-checkpolicy-revdeps
            Commit : 55eccf395ad3a4e87fde1ccce9b6cfeaef01bbbc
            Author : Richard Filo <rfilo@redhat.com>
            Date   : 2020-03-31T13:57:19+00:00
            Stats  : +2/-0 in 1 file(s)
            URL    : https://src.fedoraproject.org/tests/selinux/c/55eccf395ad3a4e87fde1ccce9b6cfeaef01bbbc?branch=pr775-checkpolicy-revdeps

            Log:
            libselinux/setenforce: Ensure SYSCALL records are generated

Add an audit rule to auditing the SYSCALL called by setenforce.
Fixes:
https://src.fedoraproject.org/tests/selinux/issue/53

---
diff --git a/libselinux/setenforce/runtest.sh b/libselinux/setenforce/runtest.sh
index 37977b9..8b7e3b3 100755
--- a/libselinux/setenforce/runtest.sh
+++ b/libselinux/setenforce/runtest.sh
@@ -46,6 +46,7 @@ rlJournalStart
         rlRun "TmpDir=\$(mktemp -d)" 0 "Creating tmp directory"
         rlRun "auditctl -l | sed 's/^No rules$/# No rules/' > $TmpDir/auditctl" 0 "Backup current audit rules"
         rlRun "auditctl -D" 0 "Delete all audit rules"
+        rlRun "auditctl -w /etc/shadow -p w" 0 "Add audit rule"
     rlPhaseEnd
 
     rlPhaseStartTest "basic use"
@@ -82,6 +83,7 @@ rlJournalStart
     rlPhaseEnd
 
     rlPhaseStartCleanup
+        rlRun "auditctl -D" 0 "Delete all audit rules"
         rlRun "auditctl -R $TmpDir/auditctl" 0 "Restore audit rules"
         rm -f ${OUTPUT_FILE}
     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=178913267504.1.9764842372141197694.tests-selinux-55eccf395ad3@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