InterviewSolution
Saved Bookmarks
| 1. |
What does SELinux mean in Linux? |
|
Answer» SELinux is known as Security-enhanced Linux. In today’s world data is everything, Protecting your server and KEEP is up to server is a major challenge. Linux kernel gives security OPTION of SELinux which is designed to protect the server from misconfigurations and unauthorized data access/modification. It helps in DEFINING policy for accessing PROGRAMS and files. SELinux comes with 3 modes Enforcing, PERMISSIVE and Disabled.
|
|