During install, I didn't care about to set or not selinux. Now I can see, that I have many troubles with access permissions. Just making a little scrit like : #!/bin/sh scanimage -L exit 0 Running it in my home dir is OK. moving this script in the httpd directory , I can see many logs from audit / avc. I suppose that it's selinux related, and I would like to turn it off Any advise ?