From b02019c5234eb1bcc0cfffc7534da0e964dc3c03 Mon Sep 17 00:00:00 2001 From: renmingshuai Date: Tue, 14 May 2024 02:17:54 +0000 Subject: [PATCH] spelling correction (cherry picked from commit 793acc453486b100315f18ca7f655d44502aa6dc) --- openssh.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssh.spec b/openssh.spec index 0edda3a..d8ecb08 100644 --- a/openssh.spec +++ b/openssh.spec @@ -386,7 +386,7 @@ popd if [ -e /sys/fs/selinux/enforce ]; then # Store the SElinux state cat /sys/fs/selinux/enforce > selinux.tmp - setenfore 0 + setenforce 0 fi make tests if [ -e /sys/fs/selinux/enforce ]; then -- Gitee