Tagged Questions
14
votes
16answers
5k views
Do you disable SELinux? [closed]
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 ...
8
votes
2answers
122 views
Configuring SELinux permissions on (SVS-V) IPC Semaphores
I have a bunch of programs which use IPC Semaphores to interact (semget).
One of the programs is an Apache module, which runs in (some sort of) restricted SELinux context (which I don't understand ...
3
votes
4answers
235 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 ...
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 ...
2
votes
4answers
191 views
Giving a unix process exclusive RW access to a directory [closed]
Is there a way to sandbox a linux process into a certain directory, and give this process exclusive rw access to this dir? For example, create a temporary working directory, and start e.g. python or ...
1
vote
1answer
2k 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 ...
1
vote
7answers
636 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
0answers
19 views
How to permament dissable selinux? (already tried to modify /etc/selinux/config ) [migrated]
We run a site with big traffic surges and because of that selinux usually think that the traffic is a SYN flood attack. We have this same problem on many different CentOS servers. Despite ...
0
votes
1answer
118 views
What is OLDPWD in phpinfo after installing XDebug?
I noticed that this line...
OLDPWD /webroot/shareddev/xdebug/xdebug-2.1.1/xdebug-2.1.1
...appeared or was modified after I compiled xdebug.so using the instructions given in ...
0
votes
1answer
95 views
Is there a simple C or C++ API to modify selinux contexts?
In C or C++ if I want to modify the filesystem permissions of a file I can us a standard library function (chmod), which is very similar to the utility that one can execute from the UNIX prompt.
Is ...
0
votes
1answer
316 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
99 views
Cluster on Demand ie Cluster for Rent
By Cluster on Demand I mean renting a cluster for a specific job.We have a client that requires use of a cluster computer now,while his cluster is being built.
Does anyone out there know what the ...
0
votes
2answers
384 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
145 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 ...