NSA Security-Enhanced Linux (SELinux) is an implementation of a flexible mandatory access control architecture in the Linux operating system.

learn more… | top users | synonyms

0
votes
0answers
28 views

Node.JS Spawn inside an SELinux Sandbox

I am building a Node.JS application that involves redirecting user input into a server-side command. Of course, that could be catastrophic to security, so I desire to run the child command inside an ...
0
votes
0answers
29 views

MySql SeLinux policy permissions

Currently I have an apache server set up (it's running an intranet site,) and I'm a little stuck. When the user goes to the page it runs a mysql query and uses INTO OUTFILE to generate a pipe ...
0
votes
0answers
12 views

PID Capturing via LSM Hooks in Linux Kernel 3.2

I am grabbing the LSM hooks in my own created module and showing into the securityfs psuedo filesystem which is showing correctly. The path where these hooks are showing is ...
0
votes
0answers
53 views

Selinux - File Contexts Look Good, But Selinux Won't Allow Write

I am trying to learn Selinux. With a sandbox and using VSFTPD to experiment with, I have a vsfptd server running in Centos. I have annonmous users to place files in /var/ftp/incoming. On a remote ...
0
votes
2answers
275 views

Android 4.2 introduced SELinux enabled by default on kernel

As I have understood correctly, Android 4.2 introduced SELinux enabled by default on kernel. am I right? Is there anyway to disable it? There are some of the apps might not work correctly. Ex. ...
0
votes
0answers
12 views

Proper way to set SeLinux with Apache VirtualHost reading from a mount?

I have a mount that I need to setup a VirtualHost from. /opt/foo When I create the VirtualHost with SeLinux on, Apache reports that the directory does not exist. When I set SeLinux to permissive ...
0
votes
0answers
14 views

download file from windows server to linux server without disabling selinux

I am developing a site in PHP on Linux Server where I need to download a file from Windows Server to Linux Machine. I can do it with Some Changes in SeLinux or setting some properties(setsebool -P ...
-5
votes
1answer
28 views

Operator Linux don't now for what [closed]

Where these(<,<<) operators are used in Linux??? Can you give some examples?thx...I try but don't work
1
vote
0answers
88 views

Running an untrusted application on Linux in a sandbox

We have a device running Linux and we need to run untrusted applications on this. We are trying to alleviate the following security concerns - The untrusted application should not be able to ...
0
votes
1answer
96 views

Tell SELinux to Give Apache Execute Access to PHP Files Outside Document Root

I have a directory where shared PHP scripts are kept (the name is arbitrary, but it isn't /var/, /usr/, or anything that SELinux would have specific settings for): /whatever/scripts/ These scripts ...
0
votes
2answers
103 views

file_put_contents not creating txt file

I currently have a php script that is running when a browser browser browses to the webpage. What I'm trying to do is write a text file when the script runs that stores a variable. The owner of the ...
-1
votes
1answer
177 views

How and why does “setenforce 0” allow Java 7 to run? [closed]

I've made some changes on a program I'm working on and I've updated Java from Java 6 to Java 7. I am running the program on a CentOS 5.8 32-bit VM. Before the Java update it worked fine. Now the ...
0
votes
2answers
33 views

restore complete filesystem to default security context

I'm a selinux newbie and had to change the security context of a mercurial repo and config file on a CentOS box to get it serves from httpd. Accidentally I issued "chcon -Rv ...
0
votes
1answer
176 views

Apache Daemon trying to Ping on CentOS but not working (SELinux issue)

I have developped an application in php. One of its functions is to ping an external server. However, when this action was fired nothing happened. I checked the SELinux log and generated a policy to ...
0
votes
3answers
115 views

G-WAN 4.1.17 can find its /csp scripts but not my old /csp scripts

After extracting the gwan (4.1.17) in a folders, I execute gwan in this folder. It works normally. When I replace all the old gwan files and folders in my project folder from this extracted folder, ...
0
votes
1answer
39 views

Can a sand box mitigate the effect of a buffer overflow.

I have to do some research about Sand Box process. But I cannot understand how a sandbox can mitigate a buffer overflow. Let's say I have my server application ( a FTP server) this is affect by a ...
0
votes
1answer
224 views

SELinux prevented httpd(usr/sbin/httpd) write access to /var/www/html/bookings/templates_c

I am using a framework which uses Smarty template engine. It works fine in Windows, but when I tried to run it in LAMP server, I got a message like SELinux has detected suspicious behaviour on your ...
1
vote
1answer
115 views

kprobe vs uprobe system call interposition

I want to write a system call interposition by using Utrace. I understood that Utrace project has been abandoned, but part of its code is used on kprobe and uprobe. I haven't understood really well ...
0
votes
1answer
96 views

Script to check SE Linux and prompt the user to say yes to disable it

I wanted to create a script that prompts the user to check SE Linux and disable it if the answer is yes.
0
votes
0answers
110 views

JBoss AS7 Running on Scientific Linux on VirutalBox Guest cant be access from host or remote computers

JBoss AS7 Running on Scientific Linux on VirutalBox Guest cant be access from host or remote computers. In Virtual Box(guest) I am using port forwarding rules. I am forwarding port 9982 to 8080 so ...
0
votes
2answers
91 views

Java Setup on Scientific Linux showing two diffent versions

Java Setup on Scientific Linux showing two diffent versions. I am trying to get java setup right on Scientific Linux. If I do a javac -version I get the following: java_1.7.0_10 which is the ...
0
votes
2answers
388 views

PHP unable to create a directory with mkdir

I have a previously working PHP script that is able to create a directory with mkdir: $webfolder = "/var/www/html/images/user"; mkdir($webfolder, 0770); I made some changes to the permission ...
0
votes
1answer
82 views

How to limit maximum number of simultaneous logins in linux [closed]

I need a limit (let's say to 6) how many users can be logged in my Linux (CentOS 6.3) system. Users use ssh to connect my server. Server is meant to do simulations and that's why I have need to ...
0
votes
0answers
53 views

To check which resource is being used by which process

I have few processes running on my system. I need to list out which of the process, at a moment, has acquired/is using one or more of these in my system: Ethernet Camera USB Bluetooth WiFi File ...
0
votes
0answers
51 views

backtrack5 r2 and oracle 10g installation

I would like to know if i can install oracle 11g express edition on backtrack5 r2? If yes how can i do the same? I am relatively new to Linux. I want to use Backtrack because information security is ...
0
votes
1answer
27 views

JMS\SecurityExtraBundle complains about permission errors under Fedora 18

I have just upgraded my development system to Fedora 18-Beta. Just after this, my Symfony 2 projects stopped working, stating that JMSSecurityExtraBundle is trying to run grep, which exits with ...
0
votes
1answer
172 views

phpMyAdmin is giving me error on login to remote.. #2002 Cannot log in to the MySQL server

I am trying to setup phpMyAdmin to use with a remote MySQL databases on Scientific Linux release 6.2. If I use the mysql command line to connect to the remote database it works great but if I use ...
0
votes
0answers
98 views

How do I install javac (JSDK) on Scientific Linux, 64Bit [closed]

I am trying to finds a way to install the Java SDK (javac) on Scientific Linux 64bit with yum or anyway.. Can someone please tell me the best what to do this so I can use maven for my builds etc
0
votes
0answers
46 views

Why do I have to do a setenforce 0 to cluster tomcat on Scientific Linux using mod_proxy

Why do I have to do a setenforce 0 to cluster tomcat on Scientific Linux using mod_proxy I am using Scientific Linux release 6.2 and trying to get mod_proxy working with httpd and tomcat. I want ...
0
votes
0answers
38 views

What are the limitations of traditonal MAC? And what are the improvements of Flask? [closed]

I know that traditional mandatory access control provides poor support for data and application integrity, separation of duty, and least privilege requirements. But can someone explain it more ...
0
votes
0answers
84 views

selinux and starting init process from httpd

OS: RHEL6 and CentOS6 When starting a service such as ntpd (/etc/init.d/ntpd start), the process will have the selinux context: system_u:system_r:ntpd_t:s0 If I have a cgi that is setuid of root ...
2
votes
0answers
110 views

SELinux and multiple httpd service context [closed]

Using CentOS 6 I have 2 Apache httpd services running. The first one provides REST interfaces and a UI to manage the operating system (start/stop services, execute system command using suid, modify ...
0
votes
0answers
59 views

How to exempt one arbitrary application from selinux enforcement [closed]

A RHEL server at my workplace runs one rather obscure closed-source application along with a number of standard services. The application has run into a few SELinux-related glitches. The application ...
0
votes
0answers
103 views

selinux installation

I am trying to download selinux on an Ubuntu 11.04 using apt-get. when I tried sudo apt-get install selinux: I got the following error: The following packages have unmet dependencies: selinux : ...
0
votes
0answers
58 views

SELinux Compilation for linux kernel 2.6

I am trying to compile the linux kernel for my Freescale Imx53 ARM board. In this regard, I would like to know if there are any step by step instructions available to compile the 2.6 kernel with ...
1
vote
2answers
396 views

WordPress can't install themes

I can't workout how to solve this problem so wordpress would let me upload themes. I have a fresh copy of Fedora 17 installed on my dev machine. I then installed mysql using: yum install mysql ...
2
votes
1answer
98 views

query rpm from apache+php with selinux

I have a php script that runs in an apache serveron a RHEL5 installation. This script runs an exec on "rpm -q --info packagename". The thing is that it works properly with selinux in permissive mode, ...
0
votes
1answer
267 views

cron works with enforcing SELinux even if crond_disable_trans is disabled

I have a Red Hat 5 with SELinux in enforcing mode : SELinux status: enabled SELinuxfs mount: /selinux Current mode: enforcing Mode from config file: ...
0
votes
1answer
27 views

selinux context_new return value

According to documentation, "On success, zero is returned" but none of the functions mentioned return 0. They are all returning const char * or void. Can someone please clarify in which case 0 will be ...
0
votes
0answers
59 views

Selinux context_new throwing Invalid argument error

I am trying to fix third party code. The code is basically trying to get Selinux Domain Label. Here is the snippet : security_context_t sctx; int ec = getpidcon(pid, &sctx); if (ec == ...
0
votes
0answers
118 views

how to sandbox program in SElinux

I have long questions about building up a security module in SElinux, so i apologize for the long question in advance. I have program written in C which is time server i put server name and it'll ...
0
votes
1answer
369 views

Passenger unable to start phusion

On Cent OS 6.0 with SELinux running, I get an error "Passenger could not be initialized because of this error: Unable to start the Phusion Passenger watchdog" This thread discusses the problem. ...
0
votes
1answer
290 views

why syslog-ng cannot startup with SELinux TYPE syslogd_exec_t?

I have syslog-ng installed on CentOS 5.7 system with SELinux enforcing. i cannot startup syslog-ng service by "service syslog-ng start", because of the error: [root@localhost ~]# service syslog-ng ...
2
votes
1answer
644 views

Webserver cannot write to directory when installing CMS

I have a local stand-alone LAMP stack that I'm using for local web development. I've tried to install multiple CMS's that all use PHP to write data to a MySQL database and files on the webserver ...
3
votes
1answer
2k views

SVN hook pre-revprop-change not working

I know that this has been asked many times before, but I believe my situation is different. I am trying to add a pre-revprop-change hook to our SVN repository to enable changes to be made to log ...
0
votes
1answer
221 views

'/var/spool/cron' is not a directory, bailing out. when trying to work with crontab via PHP's shell_exec

I am creating a web application. Part of the functionality is depending on that the user can start/stop a cronjob that imports emails. It doesn't work. Just to make sure I'm on the right track, as ...
0
votes
1answer
799 views

MySQL won't start in CentOS 5.5 and the “ERROR 2002”

I would like to ask a help for the problem I encountered. My mysql server suddenly stopped after I install php-soap. I don't know why it get stopped actually... Since it's stopped I tried to start ...
0
votes
2answers
166 views

php permission denied on executing a C exe file

Im using Fedora 14 and tried to execute a C program inside a php script using the backtick operator. It said permission denied, but it works for other bash commands, e.g. test.sh; it only contains ls ...
5
votes
2answers
3k views

RedHat 6/Oracle Linux 6 is not allowing key authentication via ssh

Keys are properly deployed in ~/.ssh/authorized_keys Yet ssh keeps on prompting for a password.
0
votes
1answer
318 views

CentOS 5.6: Apache access permission after .htaccess upload

I was working on my home server remotely and wanted to make some changes to my .htaccess. I could not see this files using my FTP(filezilla) and thought there was none there. I decided to upload one I ...

1 2