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: Adding two new booleans to httpd to tighten it's security.: msg#00045
|
Subject: |
Re: Adding two new booleans to httpd to tighten it's security. |
Nicolas Mailhot wrote:
Rawhide killed evo a week ago (#174931)
It killed thunderbird today
I'm running out of imap clients.
Just add appropriate security labels.
for f in /usr/lib/thunderbird-1.5/*.so /usr/lib/thunderbird-1.5/*/*.so;
do if readelf -d $f | fgrep -q TEXTREL; then chcon
system_u:object_r:texrel_shlib_t $f; fi; done
(One long line.) Repeat for other directories.
This specific problem is a gcc bug.
--
➧ Ulrich Drepper ➧ Red Hat, Inc. ➧ 444 Castro St ➧ Mountain View, CA ❖
|
| |