I have a problem with SELinux!
I have installed git on Red Hat Enterprise 6 with AD group control and SSL Cert .
Everything works fine if I do setenforce 0 ( set SELinux in detection only mode ) or
if I do semanage permissive -a httpd_t (Set httpd_t in detection only mode)
I do not want to use this on my git production server.
The heartbeat type polling tool nanny (part of Piranha / Linux Virtual Server) is being denied access to my "sendprogram" scripts by SELinux. I think this is purely an SELinux issue not nanny.
As I read it context unconfined_u:system_r:piranha_lvs_t:s0 is denied execute to unconfined_u:object_r:piranha_lvs_t:s0.
To do a quick test on selinux type in setenforce 0This will turn selinux in permissive mode until you ether type setenforce 1 or reboot.to check the status ahead of time i... [by dsieme01]
I have PHP 5.3.3 on my CentOs 6.3 server, Since this version of PHP is vulnerable now trying to upgrade to PHP 5.4.11 but the default repository of CentOs does not have PHP > 5.3.3 so yum can not detect the newer version.
I then installed remi repository on my server
rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noa...
rpm -Uvh http://rpms.famillecollet.co
So making a Fedora18 web server. working well so far. Basically its website i can listen to music through the interface on the page. The music is stored on my share which i export via samba. This is due to the majority of my systems (at one point) being windows boxes.
So i know its SELinux that is giving me the issue.
Hi i am trying to Selinux in enforcing mode, but its giving below error.I have Ubuntu server 10.10
root@ubuntu:/common# setenforce 1
setenforce: SELinux is disabled
Hi, I recently setup a linux cluster using heartbeat with 2 nodes.
On the primary node I configured an IP alias interface eth0:0. When I shutdown heartbeat services on the primary node, this interface shuts down and starts up on the secondary node.
Can anyone explain to me how this works, or point me to documentation regarding IP Aliasing with heartbeat?
Thanks
I want to standardize my company on CentOS. Previously they used SL 6.2. I also want to disable SELinux until it is adopted better. I plan to standup the server and migrate the conf files over for the necessary services. Is there any implications given the SELinux and SL that I need to be aware of when migrating? Also this will probably be a physical to virtual migration.
Hi guys. I have installed CentOS. Also i want install cPanel.I need disable SELinux and FireWall before installing cPanel.But SELinux doesn't have config file in /etc/selinux/. Mus... [by PROiSERV]