Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
Re: fedora-selinux-list Digest, Vol 20, Issue 18: msg#00146
|
Subject: |
Re: fedora-selinux-list Digest, Vol 20, Issue 18 |
What version of policy are you using?
rpm -q selinux-policy-targeted
The avc you are reporting is allowed in current policy
grep -r squid_t.*bin_t policy.conf
allow squid_t { lib_t squid_exec_t bin_t sbin_t shell_exec_t } :file { {
read getattr lock execute ioctl } execute_no_trans };
--
|
| |