I do test driven development where all my APIs are tested with a batch of tests. Initially, I ran the tests in ‘permissive’ mode in selinux.
So, I decided to enable selinux to ‘enforcing’ mode.
I set selinux to permissive in the config file.
selinux was in permissive mode in my case:
# sestatus
SELinux status: enabled
SELinuxfs mount: /selinux
Current mode... [by johnsmith57]
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.
I`m lost in trouble with SELinux once more link to my previous solved Q on Samba SELinux
When share's users try to delete a dir on share they fail with SELinux advertisement
to solve problem do grep smbd /var/log/audit/audit.log | audit2allow -M mypol and then to make this policy package active, execute:
semodule -i mypol.pp
This always give me next error
Could not get direct transaction
Hi all, i came across the following method of how to permanently disabling selinux and it's notifications. Although changing enforcement from the gui into permissive mode does most of the job, the notifications still pop-up when some applications are started.
So to disable it do the following:
open terminal as root and execute:
OK, so I just upgraded to fedora 12 via clean install with old /home partition and deleting old config files, and here is my issue. I need to edit the menu, and I need to set SELinux to permissive. OOo will not run with SELinux enabled for some reason, and besides, all my systems use SELinux in permissive. These two options no longer exist in the menu, and are very important to me.
I am trying to get logwatch to report on SELinux without luck so far, I think SELinux is blocking read access to the audit.log file. I tried to add a new rule using audit2allow but when I run semod... [by kafmil]
Hi,
I made the Selinux inactive with easylife how can I reactivate it.
thank you