Tagged Questions
2
votes
1answer
200 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
625 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
296 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 ...
0
votes
1answer
220 views
How is the SELinux MLS range restricted during user login?
I'm trying to understand what logic determines whether a user can log in with a particular MLS sensitivity level. At first I suspected that pam_selinux.so reads the /etc/selinux/.../seusers file to ...