spelling correction

(cherry picked from commit a7ffe6de46c8fb4e6d42fae278733c7b373fb8e1)
This commit is contained in:
renmingshuai 2024-05-14 02:14:13 +00:00 committed by openeuler-sync-bot
parent 990a669e3b
commit 665403ded0

View File

@ -321,7 +321,7 @@ popd
if [ -e /sys/fs/selinux/enforce ]; then if [ -e /sys/fs/selinux/enforce ]; then
# Store the SElinux state # Store the SElinux state
cat /sys/fs/selinux/enforce > selinux.tmp cat /sys/fs/selinux/enforce > selinux.tmp
setenfore 0 setenforce 0
fi fi
make tests make tests
if [ -e /sys/fs/selinux/enforce ]; then if [ -e /sys/fs/selinux/enforce ]; then