1
vote
1answer
55 views
Log files not being written to (Passenger)
Locally, my app runs fine on and writes to its logs.
My production server is running CentOS with an Apache server running Passenger. When trying to debug, I noticed my log files were not being …
0
votes
2answers
29 views
Is there a way to build a libxml2 without text relocations on Linux?
Good afternoon,
I am having difficulties with libxml2.
I tried to build the Perl module XML-LibXML which is part of our standard runtime environment. However, this time the installation on a RHEL5 …
0
votes
1answer
25 views
SELinux, Fedora, and Trusted Applet crashing?
For some reason, if I run Firefox 3.5.x under Fedora 11 with SELinux enabled, my browser crashes when I attempt to embed the applet dynamically. Under Windows, Ubuntu, and Mac, the user is prompted to …
9
votes
10answers
2k views
Do you disable SELinux?
I want to know if people here typically disable SELinux on installations where it is on by default? If so can you explain why, what kind of system it was, etc?
I'd like to get as many opinions on …
1
vote
0answers
44 views
Real life SELinux security example? [closed]
Can anyone give a real life example of where SELinux saved their security bacon? (or AppArmour if you wish). If not your own, a pointer to someone with a credible experience?
Not a lab test, not a …
4
votes
3answers
560 views
How do you automate the launching/debugging of large scale projects?
Scenario:
There is a complex piece of software that is annoying to launch by hand. What I've done is to create a python script to launch the executable and attach gdb for debugging.
The process …
1
vote
7answers
378 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
2answers
102 views
SELinux and JAVA
Are there any best practices to handle Java applications with SELinux?
Is it able to configure SELinux for each Java App or can only the VM be handled because it makes the finale system calls?
…
0
votes
2answers
575 views
How to debug an issue of cron’s not executing a given script — or other?
I have a Rails script that I would like to run daily. I know there are many approaches, and that a cron'd script/runner approach is frowned upon by some, but it seems to meet my needs.
However, my …
3
votes
4answers
201 views
Is it possible to limit standard streams available to linux at the process level?
I would like to be able to spawn a linux process that would only have access to stdin, stdout, and stderr (nothing more and nothing less). Can I do this at the process level itself? I am also …
1
vote
2answers
318 views
LDAP won’t update if cached data exists
We have an SELinux client that authenticates network users using LDAP connecting to an Active Directory server. Since our machines have to operate "untethered," we have to use nscd to cache group and …
