A security engineer is responsible for configuring and implementing MAC on a Linux system using basic SELinux utilities. Which of the following commands represents the correct sequence to implement MAC?
A.
apt-get install selinux-basics selinux-policy-default auditd selinux-activate reboot
B.
apt-get install selinux-basics selinux-policy-default selinux-activate reboot
C.
apt-get install selinux-policy-default auditd selinux-activate reboot
D.
apt-get install selinux-basics selinux-policy-default syslogd selinux-activate reboot
o This sequence ensures that all necessary components are installed and configured correctly to implement MAC using SELinux
selinux-basics: This package provides the basic utilities needed to manage SELinux.
selinux-policy-default: This installs the default SELinux policy.
auditd: This is the audit daemon, which is essential for logging SELinux events.
selinux-activate: This command activates SELinux on the system.
reboot: A reboot is necessary to apply the changes and ensure SELinux is properly enforced.
I think the answer is A rather than B. Auditd completes the same action as the command in B but also allows for monitoring of violations.
upvoted 3 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Steel16
3 weeks agoMrMonocle
3 months ago