Discuss the SELinux modes.
What will be an ideal response?
SELinux has three modes it can be in:
• Enforcing. SELinux policy is enforced. SELinux denies access based on
SELinux policy rules.
• Permissive. SELinux policy is not enforced. SELinux does not deny access, but
denials are logged for actions that would have been denied if running in
enforcing mode.
• Disabled. SELinux is disabled.
You might also like to view...
Use the ______ attribute to display an image to the right of a block of text.
a. align b. spacing c. alt d. height
A language using a text-based syntax intended to extend the power of HTML by separating data from presentation is called _______.
a. HML b. XML c. XHTML d. SGML
Which of the following code segments does not increment val by 3:
a. val += 3; b. val = val + 1; val = val + 1; val = val + 1; c. c = 3; val = val + (c == 3 ? 2 : 3); d. All of the above increment val by 3.
The solution for securing private data traveling over a public network, such as the Internet, is the use of what type of network?
A. public encrypted network B. virtual private network C. private encrypted network D. virtual prevention network