CompTIA Linux+ XK0-006 (V8) Practice Question

While troubleshooting a Podman container on a RHEL 9 server running SELinux in enforcing mode, you notice that the application inside the container receives "permission denied" errors when it tries to write to a host directory that is bind-mounted with:

-v /srv/appdata:/data

The directory should remain private to this container-other containers must not be able to read or write the contents. Which change to the volume specification resolves the error and keeps the directory isolated without relaxing SELinux policy?

  • Append :z to the mount so it becomes -v /srv/appdata:/data:z.

  • Append :rw to the mount so it becomes -v /srv/appdata:/data:rw.

  • Add --security-opt label:disable to the run command to bypass SELinux checks.

  • Append :Z to the mount so it becomes -v /srv/appdata:/data:Z.

CompTIA Linux+ XK0-006 (V8)
Services and User Management
Your Score:
Settings & Objectives
Random Mixed
Questions are selected randomly from all chosen topics, with a preference for those you haven’t seen before. You may see several questions from the same objective or domain in a row.
Rotate by Objective
Questions cycle through each objective or domain in turn, helping you avoid long streaks of questions from the same area. You may see some repeat questions, but the distribution will be more balanced across topics.

Check or uncheck an objective to set which questions you will receive.

Bash, the Crucial Exams Chat Bot
AI Bot