severity 301769 minor thanks On Wed, 30 Mar 2005, Pauli Manninen wrote: > Mar 30 09:10:49 xxxxxxx fcrontab[6161]: Conf file (/etc/fcron.conf) must be > owned by root:fcron and (no more than) 644 : ignored
Hmm, well, it *is* a conffile, and while the postinst code does force group fcron (since the fcron user is created dynamically we have no choice), it does not force the permissions. I can't see anything that would make /etc/fcron.conf have more permissive access modes in a clean install of *fcron* (i.e. from purged state). Take a look at dpkg-statoverride | grep fcron, and see if /etc/fcron.conf is mentioned there. If it is, tell me. I will think about a way to guarantee that /etc/fcron.conf is no more than 644 in postinst, but I have to check whether I can do that to a conffile at all in the first place. -- "One disk to rule them all, One disk to find them. One disk to bring them all and in the darkness grind them. In the Land of Redmond where the shadows lie." -- The Silicon Valley Tarot Henrique Holschuh -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

