I'm following the Debian SELinux setup guide with my Linux Mint Debian Edition system. I installed the necessary packages:
sudo aptitude install selinux-basics selinux-policy-default selinux-utils policycoreutils
Activated SELinux and rebooted twice:
sudo selinux-activate
Checked the installation.
I have been using Fedora since fc17, and selinux has been giving me errors using fprintd, printer and other pre-installed applications. I have always depended upon selinux for troubleshooting purposes. I have recently upgraded to Fedora 18, and have notice no selinux alerts at all. I have checked to ensure that selinux is on and working properly, and it appears to be. With that said...
We have selinux running in permissive mode on a RHEL 5.3 server. Disabling it is not an option, nor is installing a different syslog solution such as syslog-ng. I have setroubleshoot messages that keep polluting /var/log/messages.
Greetings,
I've installed F18 TC4 and it's running pretty well, with the exception of a SELinux issue that I can't resolve, probably due to the fact that I've never had any previous SELinux problems and I know nothing about it.
Anyway, it's the printer driver that is generating the error and the troubleshooting tips don't help.
I'm using the Testing repositories, and I'm trying to configure SELinux. I found a guide for setting it up in Debian HERE, and I've edited all the appropriate config files, but I have a big problem. When I try to install selinux-policy-default, Apt wants to remove EVERYTHING that makes the system usable, including all kernels, ALSA, and all of the Xorg drivers.
I set selinux to permissive in the config file.
I'm trying to setup SELinux on Debian 6 according to (the instructions reported on the Debian wiki).
I've run this commands:
apt-get install selinux-basics selinux-policy-default
selinux-activate
After reboot, the system should have taken a while to label the filesystems on boot and then rebooted a second time when that was complete.
I have linux with SELinux and got problems
I have apache that has VHOST that runs API.PHP script that internally implement shell calls to bash scripts like this:
private function getRepoList(){
exec("/home/www/sites/hgcrm.saritasa.com/mercurial/get-repo-list.sh",$retval);
}
when I turn off SELinux - everything is working fine, but when I turn it on then
a.
I have linux with SELinux and got problems
I have apache that has VHOST that runs API.PHP script that internally implement shell calls to bash scripts like this:
private function getRepoList(){
exec("/home/www/sites/hgcrm.saritasa.com/mercurial/get-repo-list.sh",$retval);
}
when I turn off SELinux - everything is working fine, but when I turn it on then
a.