Re: Problems with selinux and logwatch
Hugo van der Kooij <[email protected]>
| Newsgroups | gmane.comp.log.logwatch.devel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 30 Aug 2007, Mike Tremaine wrote:
> Ali Nebi wrote:
>> Thanks for the answers and information. We will dontaudit the messages.
>>
>> We are using Fedora 6.
>>
>> If someone want to share his opinion or idea, i'm ready to read it.
>
> You might double check with the selinux list citing the example that I
> showed. If that is the problem then they are right in saying we should
> fix it [and I'd working fixing it for the next release]
I have some unparsed postfix entries with 7.3.4 that I will test with
7.3.6 and if they still occur I will fix them along with a beautified
version of the barracuda code.
I propose to move 2 procedures to a more central spot. The first is
allready written:
sub Round {
my $input = $_[0];
my $digits = $_[1];
my $factor = (10**$digits);
my $result = (int( ($input * $factor) + .5) / $factor);
return $result;
}
Another will be a filler to easy the alignment loving persons. I need to
write it still but hope to publish it within a few days.
Hugo.
--
[email protected] http://hugo.vanderkooij.org/
This message is using 100% recycled electrons.
Some men see computers as they are and say "Windows"
I use computers with Linux and say "Why Windows?"
(Thanks JFK, for this quote of George Bernard Shaw.)