Which tool enforces mandatory access controls at the kernel level in Linux?
- SELinux
- AppArmor
- UAC
- sudo
SELinux (Security-Enhanced Linux) enforces mandatory access controls at the kernel level in Linux. It provides a powerful and flexible security framework that allows administrators to define fine-grained access policies for processes, files, and resources on a system.
Loading...
Related Quiz
- What role does the virt-manager tool play in Linux virtualization?
- You've been tasked with setting up a Linux server that can share files with Windows clients in the network, ensuring they can access it seamlessly. Which software would you primarily consider installing?
- Which loop in shell scripting tests the condition before executing the body of the loop?
- What command in Linux provides a dynamic real-time view of the system's running processes?
- In Bash scripting, the ________ command is used to loop over a range of values.