InterviewSolution
| 1. |
What Is Selinux? |
|
Answer» SELinux is an acronym for SECURITY-enhanced Linux. It is an access CONTROL implementation and security feature for the Linux KERNEL. It is designed to protect the server against misconfigurations and/or compromised daemons. It put LIMITS and instructs server daemons or programs what files they can access and what ACTIONS they can take by defining a security policy. SELinux is an acronym for Security-enhanced Linux. It is an access control implementation and security feature for the Linux kernel. It is designed to protect the server against misconfigurations and/or compromised daemons. It put limits and instructs server daemons or programs what files they can access and what actions they can take by defining a security policy. |
|