Tagged Questions
The selinux tag has no wiki summary.
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
105 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 ...
4
votes
3answers
891 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 ...
3
votes
3answers
4k 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
234 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
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 ...
2
votes
4answers
187 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 ...
2
votes
2answers
222 views
Why am I getting a SegFault when I call pdftk from PHP/Apache but not PHP/CLI or directly
When I call /usr/local/bin/pdftk from PHP in Apache (via shell_exec(), exec(), system(), etc.), it returns the SYNOPSIS message as expected.
When I call /usr/local/bin/pdftk input.pdf fill_form ...
1
vote
1answer
74 views
unable to connect to Redis via php
the port 6379 is open on the server, and I can successfully run telnet localhost 6379 in ssh. I tried both Predis/phpredis client library in php, still not work.
Predis gives Permission denied error ...
1
vote
1answer
49 views
limit size folder
I would like to limit a folder space (in a shell script UNIX):
when the folder exceeds the maximum size, I have to remove the oldest files
How to do this and how to make it running all the time?
...
1
vote
2answers
314 views
Apache curl via HTTP proxy
I am trying to get PHP to execute a curl connection to another server. To connect to the server, we need to go via a proxy.
Within bash, we have set the env-variable http_proxy and this works ...
1
vote
2answers
622 views
SELinux Prevents Java from Running
I recently installed Sun Java on a system with a fairly basic SELinux install on it.
I'm running Debian Etch and installed the Sun Java package from the non-free package repository.
Here are the ...
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
3answers
707 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?
1
vote
2answers
910 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 ...
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
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
40 views
Diazo (plone.app.theming) issues with RHEL
I recently began working again on trying to get plone.app.theming to work on a RHEL box. I am building the lxml libraries via buildout as suggested and it still would not work.
The error I was ...
0
votes
0answers
24 views
SeLinux Policies [closed]
I am trying to work on Selinux policy formulation. I gather that the policy formulation technique so used is cumbersome. Is there any other mechanism through which we could formulate the Selinux ...
0
votes
1answer
1k views
phpMyAdmin + CentOS 6.0 - Forbidden
I always get this message when I would like access my phpMyAdmin.
w3m localhost/phpmyadmin
Forbidden
You don't have permission to access /phpmyadmin/ on this server.
Apache/2.2.15 (CentOS) Server ...
0
votes
1answer
102 views
SELinux: Allow a bash script to run in Strict mode
I have an RHEL 5.5 server with SELinux installed in strict mode. The system is in permissive mode currently. I am trying to write a simple shell script, say setest.sh and want to run it explicitly ...
0
votes
0answers
32 views
How can I create an SELinux policy to grant sys_ptrace to /usr/bin/pmt-ofl?
I am totally new to SELinux and although I keep reading about policies I cant seem to understand how to create one in centos 6. Can some one explain this in dumbed down terms that any one with a ...
0
votes
0answers
116 views
pam_mount/sshfs fails with selinux enforcing enabled
I have pam_mount setup to automatically mount each users home directory when they login via fuse sshfs. The authentication is performed using the same password that they log in with. It all works just ...
0
votes
0answers
86 views
Problems disabling Apache SELinux Protection [closed]
I'm having problems disabling Apache SELinux Protection using Linux Fedora 2.6.35.13-92.fc14.i686. I Followed these instructions:
# vim /etc/selinux/targeted/booleans
append to it:
...
0
votes
0answers
305 views
PHP Clamav PHP extension: virus definitions missing
I have been attempting to get the Clamav PHP extension working on a
Centos 5.6 (i386) server running PHP 5.1.6. For testing, I have disabled
SELinux, though I would like to get this back on-line once ...
0
votes
1answer
102 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
89 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
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
3answers
535 views
OCI8 extensions load in CLI but not browser
We are having almost the same issue as this person:
OCI8 functions not found when run by apache with php5
The difference between their issue and ours is that we only have one php.ini (/etc/php.ini). ...
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 ...
0
votes
2answers
482 views
PHP function is_executable returns false even though the file is definitely executable
I'm using PHP 5.3.
Using getfacl the files permissions are:
user::rwx
group::r-x
other::r-x
I also am having problems using PHP's Program execution Functions, ...
0
votes
1answer
95 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
0answers
470 views
PHP Write Permission - FC13
I have recently installed FC13 and am attempting to write a mechanism in my PHP code that caches gathered data into a specific directory (for our purposes here, let's call it ...
0
votes
1answer
172 views
Run Apache on port 81 with SeLinux Off
I have done "semanage port -a -t http_port_t -p tcp 81" and modified httpd.conf to listen on port 81. After restart httpd service it is not working. but it is working with default port 80. I have ...
0
votes
1answer
53 views
SElinux integrety check
How can i check (with SELinux) access to the file by process name?
For examle: we have 2 process:
* /usr/bin/foo1
* /usr/bin/foo2
They are run under account with username userA and
try to open ...
0
votes
2answers
380 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
141 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 ...