![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Virtualization and Cloud Computing Xen, VMWare, hypervisors, Amazon Elastic Computing Cloud, EC2, virtual storage, Amazon S3 and other cloud computing topics. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cannot open SELinux encrypted disks | jasonfrost | Red Hat | 3 | 06-02-2009 09:58 PM |
| Amazon Simple Queue Service (Amazon SQS) | iBot | Complex Event Processing RSS News | 0 | 01-01-2009 11:00 AM |
| CEP as a Service (CEPaaS) with MapReduce on Amazon EC2 and Amazon S3 | iBot | Virtualization and Cloud Computing | 0 | 11-25-2008 02:08 PM |
| Running MySQL on Amazon EC2 with Elastic Block Store | Neo | Virtualization and Cloud Computing | 0 | 09-11-2008 10:22 AM |
| SElinux | moxxx68 | UNIX for Advanced & Expert Users | 1 | 04-14-2005 08:56 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Hi,
Has anyone enabled SELinux on Amazon EC2? I tried to enable SELinux using a CentOS image, and the steps in the following post, but it didn't work!! Amazon Web Services Developer Community : Has anyone successfully enabled SELinux ... The steps i took: 1)I started with CentOS 5.3 base image (ami-10b55379) 2) yum install sel* 3) Everything installs correctly, however "sestatus" shows that SELinux is disabled 4) /etc/sysconfig/selinux shows enforcing mode 5) touch /.autorelabel 6) reboot Even after reboot, "sestatus" shows that SELinux is disabled!! Any help/suggestions in this matter is quite appreciated. Thanks, indra Last edited by vbe; 08-19-2009 at 09:06 AM.. Reason: rm tags for rule compliance |
|
||||
|
Here is the output from sestatus:
-bash-3.2# sestatus SELinux status: disabled I am using ext3 as the filesystem. The config file shows "CONFIG_EXT3_FS_XATTR=y", so I assume extended attributes are enabled. /selinux/disable is empty. Output: -bash-3.2# ls -l /selinux/ total 0 |
|
|||||
|
Back to basics then ....
Have a look at /var/log/dmesg. Do you see the following lines Code:
Security Framework initialized SELinux: Initializing In /var/log/boot.log, do you see a line which shows that auditd started OK? |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|