サーバー技術者が Linux サーバーにアプリケーションの更新をインストールしています。技術者が MySQL アップデートをインストールしようとすると、GUI に次のエラー メッセージが表示されます: AVC 拒否。MySQL アップデートをインストールするために技術者が行うべきことは次のうちどれですか?
正解:B
Explanation The AVC denial error message indicates that SELinux (Security-Enhanced Linux) is preventing the MySQL update from installing. SELinux is a security module that enforces mandatory access control policies on Linux systems. To install the MySQL update, the technician should issue the setenforce 0 command, which temporarily disables SELinux enforcement until the next reboot. Downloading the update manually, creating a firewall rule, or issuing the yum -y update mysql command will not resolve the error. References: [CompTIA Server+ Certification Exam Objectives], Domain 4.0: Server Administration, Objective 4.3: Given a scenario, troubleshoot server issues using appropriate tools.