Re: Update to mythtv-dmo 0.26.0-dmo2

Top Page

Reply to this message
Author: Christian Marillat
Date:  
To: dmo-discussion
Subject: Re: Update to mythtv-dmo 0.26.0-dmo2
Stephan Seitz <stse+debian@???> writes:

> On Fri, Oct 26, 2012 at 03:15:18PM +0200, Christian Marillat wrote:
>>>>Exactly why we have a su rules in the logrotate configuration file.
>>> You know, I’m confused now. ;-) Your changelog says:
>>Yes, I forgot to remove this entry.
>
> Okay.
>
>>> Well, that’s why I was suggesting „root:mythtv”, not adm. But with 755
>>> for the directory and „$FileCreateMode 0644” in the rsyslog
>>> configuration, everyone will be able to read the logs, no matter which
>>> group.
>>Bad idea, I don't want to see everyone read my logfiles.
>
> But this is happening now. The directory is 2775 and the logfiles 644.
> Then we have to change the directory to 2770.


I removed the $FileCreateMode entries in the rsyslog file.

And added :

,----
| $FileOwner mythtv    
| $FileGroup mythtv

`----

I think now we are clean.

Christian