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...
|
privoxy and targeted: msg#00092
|
Subject: |
privoxy and targeted |
Running targeted/enforcing, latest Rawhide.
Get the following from privoxy:
Feb 14 09:59:19 localhost kernel: audit(1108403959.792:0): avc:
denied { connect } for pid=5734 exe=/usr/sbin/privoxy
scontext=user_u:system_r:privoxy_t tcontext=user_u:system_r:privoxy_t
tclass=tcp_socket
Feb 14 09:59:19 localhost kernel: audit(1108403959.838:0): avc:
denied { connect } for pid=5733 exe=/usr/sbin/privoxy
scontext=user_u:system_r:privoxy_t tcontext=user_u:system_r:privoxy_t
tclass=tcp_socket
adding
allow privoxy_t self:tcp_socket connect;
to privoxy.te fixes....but I'm sure there is a better way to do this,
e.g., change
can_network_server(privoxy_t)
to
can_network(privoxy_t)
tom
--
Tom London
|
| |