Linux_FoundationLinux_Foundation
LFCS · Question #206
LFCS Question #206: Real Exam Question with Answer & Explanation
The correct answer is A: setenforce 0. This question asks for the command to switch SELinux into permissive mode to audit system services.
Submitted by kwame.gh· Apr 18, 2026Operation of Running Systems
Question
SELinux has just been installed on a Linux system and the administrator wants to use SELinux in permissive mode in order to audit the various services on the system. What command will switch SELinux into permissive mode?
Options
- Asetenforce 0
- B/etc/init.d/selinux stop
- Cselinux passive
- D/etc/init.d/selinux startpassive
Explanation
This question asks for the command to switch SELinux into permissive mode to audit system services.
Common mistakes.
- B. /etc/init.d/selinux stop is an outdated init script command to disable SELinux entirely, which is different from permissive mode where policies are still audited.
- C. selinux passive is not a standard command or option for configuring SELinux modes.
- D. /etc/init.d/selinux startpassive is not a standard command or option for configuring SELinux modes.
Concept tested. SELinux mode management (setenforce)
Topics
#SELinux#Security#Permissive Mode#System Administration
Community Discussion
No community discussion yet for this question.