27 lines
1.0 KiB
Diff
27 lines
1.0 KiB
Diff
From 91ee98523e364a3052853b330fdd62b3553027d7 Mon Sep 17 00:00:00 2001
|
|
From: "Richard W.M. Jones" <rjones@redhat.com>
|
|
Date: Wed, 27 Aug 2025 10:41:27 +0100
|
|
Subject: [PATCH] daemon/selinux.ml: Fix typo in comment
|
|
|
|
Fixes: commit d0d8e6738477148a7b752348f9364a3b8faed67f
|
|
---
|
|
daemon/selinux.ml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/daemon/selinux.ml b/daemon/selinux.ml
|
|
index db0d71455..ece3a4a14 100644
|
|
--- a/daemon/selinux.ml
|
|
+++ b/daemon/selinux.ml
|
|
@@ -74,7 +74,7 @@ let setfiles ?(force = false) specfile paths =
|
|
if setfiles_has_option_C () then List.push_back args "-C";
|
|
|
|
(* If the appliance is being run with multiple vCPUs, running setfiles
|
|
- * in multithreading mode might speeds up the process. Option "-T" was
|
|
+ * in multithreading mode might speed up the process. Option "-T" was
|
|
* introduced in SELinux userspace v3.4, and we need to check whether it's
|
|
* supported. Passing "-T 0" creates as many threads as there're available
|
|
* vCPU cores.
|
|
--
|
|
2.47.1
|
|
|