public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [tests/selinux] pr775-checkpolicy-revdeps: keep the rlSETranslateBoolean() up-to-date
@ 2026-09-11 13:21 Milos Malik
  0 siblings, 0 replies; only message in thread
From: Milos Malik @ 2026-09-11 13:21 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : tests/selinux
            Branch : pr775-checkpolicy-revdeps
            Commit : 64f5b0129bcc32612d891691745547a976b94379
            Author : Milos Malik <mmalik@redhat.com>
            Date   : 2024-07-18T14:19:26+02:00
            Stats  : +2/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/tests/selinux/c/64f5b0129bcc32612d891691745547a976b94379?branch=pr775-checkpolicy-revdeps

            Log:
            keep the rlSETranslateBoolean() up-to-date

Make sure the upstream and downstream version of the rlSETranslateBoolean
function is the same. Otherwise, differences can cause problems
when running tests which use the function.

---
diff --git a/selinux-policy/Library/common/lib.sh b/selinux-policy/Library/common/lib.sh
index e5f496b..576c44f 100755
--- a/selinux-policy/Library/common/lib.sh
+++ b/selinux-policy/Library/common/lib.sh
@@ -29,7 +29,7 @@
 #
 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 #   library-prefix = rlSE
-#   library-version = 42
+#   library-version = 43
 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 : <<'=cut'
@@ -1384,6 +1384,7 @@ function rlSETranslateBoolean() {
     staff_exec_content allow_staff_exec_content
     sysadm_exec_content allow_sysadm_exec_content
     user_exec_content allow_user_exec_content
+    virt_use_nfs virt_sandbox_use_nfs
     xguest_exec_content allow_xguest_exec_content
     xserver_clients_write_xshm allow_write_xshm
     xserver_execmem allow_xserver_execmem

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-11 13:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-11 13:21 [tests/selinux] pr775-checkpolicy-revdeps: keep the rlSETranslateBoolean() up-to-date Milos Malik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox