Linux システム管理者が新しい Web サーバーをインストールしましたが、起動時に失敗しました。 管理者はSELinuxが問題の原因である疑いがあり、システムを一時的にpermissiveモードにしたいと考えています。管理者がこれを実現できるのは次のうちどれですか?
正解:B
In sudo setenforce 0, you can use permissive instead of 0. This command changes SELinux mode from targeted to permissive. In permissive mode, the service is active and audits all actions. However, it does not enforce any security policies.