How to Become an Expert at SELinux
SELinux stands for Security-Enhanced Linux. It is a Linux kernel security model that provides a hardened set of access control security policies for the Linux operating system.
SELinux tends to get a bad rap, because it often seems to go out of its way to prevent legitimate applications from working.
This guide, created by Jack Wallen for TechRepublic Premium, explains how SELinux works and offers some useful tips to improve your knowledge.
Featured text from the download:
HOW TO ALLOW PORTS WITH SELINUX
With semanage you can also allow specific ports. Say, for instance, you’ve opted to configure SSH to use port 33000, and SELinux isn’t allowing traffic through? For that, you use semanage similar to how you did with the files above, only including the protocol (via the -p option) and the port like so:
sudo semanage port -a -t ssh_port_t -p tcp 33000
At this point (so long as you have SSH configured properly), SELinux won’t block your SSH connections to port 33000.
Boost your Linux knowledge with our in-depth eight-page PDF guide. Previously priced at $49, this is now available for download at just $9. Alternatively, enjoy complimentary access with a Premium annual subscription. Click here to find out more.
TIME SAVED: Crafting this content required 18 hours of dedicated writing, editing and research.
Resource Details
* Sign up for a TechRepublic Premium subscription for $299.99/year, and download this content as well as any other content in our library. Cancel anytime. Details here.
* Sign up for a TechRepublic Premium subscription for $299.99/year, and download this content as well as any other content in our library. Cancel anytime. Details here.