From a7ffe6de46c8fb4e6d42fae278733c7b373fb8e1 Mon Sep 17 00:00:00 2001 From: renmingshuai Date: Tue, 14 May 2024 02:14:13 +0000 Subject: [PATCH] spelling correction --- openssh.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssh.spec b/openssh.spec index 52dd5d9..030c8d7 100644 --- a/openssh.spec +++ b/openssh.spec @@ -321,7 +321,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