You've been tasked to lockdown a specific application on an Ubuntu server. You decide to use a tool that restricts programs to a limited set of resources. Which tool would you primarily utilize?
- AppArmor
- SELinux
- UFW
- Grsecurity
To lockdown a specific application on an Ubuntu server by restricting it to a limited set of resources, you would primarily utilize "AppArmor." AppArmor is a Mandatory Access Control (MAC) framework that allows you to define and enforce application-specific security policies, confining applications to their designated resources and actions.
Loading...
Related Quiz
- To iterate over a range of numbers in a loop, one might use the seq command combined with the _________ loop.
- What is the primary purpose of a VPN in a Linux environment?
- What role does the virt-manager tool play in Linux virtualization?
- You are debugging an application and need to trace the system calls it makes. Which tool in Linux would you employ?
- Which file defines the rules for the sudo command in Linux?