SK0-005 · Question #419
SK0-005 Question #419: Real Exam Question with Answer & Explanation
The correct answer is B: Issue the setenforce 0 command.. 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 th
Question
A server technician is installing application updates on a Linux server. When the technician tries to install a MySQL update, the GUI displays the following error message: AVC denial. Which of the following should the technician do for the MySQL update to install?
Options
- ADownload the update manually and run a checksum utility to verify file integrity.
- BIssue the setenforce 0 command.
- CCreate a firewall rule to allow port 3306 through the firewall.
- DIssue the yum -y update mysql command.
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.
Topics
Community Discussion
No community discussion yet for this question.