Manage Network Security Flashcards
What does the netfilter framework do?
Enables kernel modules to inspect every packet that traverses the system, including all incoming, outgoing, or forwarded network packets.
What does firewalld service do?
Simplifies management by classifying all network traffic into zones. Each zone has its own list of ports and services. The public zone is set as the default zone.
How is the firewalld service shipped?
It is shipped with predefined services. You can list these services by using the firewall-cmd –get-services command.
How does SELinux control network traffic?
By labeling ports. For example, the ssh_port_tt label is associated with the 22/TCP port. When a process wants to listen on a port, SELinux verfies whether the port’s associated label is allowed to bind that port label.
What is the semanage command used for?
To add, delete, and modify labels.