Exam KCNA All QuestionsBrowse all questions from this exam
Question 66

Which of the following capabilities are you allowed to add to a container using the Restricted policy?

    Correct Answer: A

    The CHOWN capability allows the user to make arbitrary changes to file UIDs and GIDs. According to the Restricted policy documentation for container security contexts, it permits the CHOWN capability, as it's necessary for typical file operations that containers might need to perform. Other capabilities like SYS_CHROOT, SETUID, and NET_BIND_SERVICE are not allowed under a restricted policy due to their potential security risks.

Discussion
alex78Option: D

https://docs.openshift.com/dedicated/authentication/managing-security-context-constraints.html

fabianvera19822Option: A

Option : A