Tagged Questions

2
votes
1answer
205 views

How do I disable SELinux for a subprocess launched from Apache?

My Apache module launches a helper subprocess which does, for example, but not limited by, the following things: It sets up a socket so that it can communicate with Apache. Reads and writes files in ...
1
vote
7answers
635 views

Best security practices in Linux

What security best-practices would you strongly recommend in maintaining a Linux server? (i.e. bring up a firewall, disable unnecessary services, beware of suid executables, and so on.) Also: is ...
0
votes
1answer
314 views

SELinux, AppArmor or grsecurity for an appliance?

I'm developing an appliance using an alix board (amd geode 800lx, 256mb ram, cf 4gb + hdd ide 160gb and more). This appliance will be publicly accessible for delivering contents trought a browser so ...