Bug 16766

Summary: msec filepermission suggestions wrong
Product: Mageia Reporter: Marc Krämer <mageia>
Component: RPM PackagesAssignee: Mageia Bug Squad <bugsquad>
Status: RESOLVED FIXED QA Contact:
Severity: minor    
Priority: Normal CC: yann.cantin, yvesbrungard
Version: 5   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Source RPM: msec-1.13-1.1.mga5.src.rpm CVE:
Status comment:

Description Marc Krämer 2015-09-16 19:19:10 CEST
running msec, gives me e.g. the suggestion to change permission of /root to 448:
WARNING: Falsche Rechte von /root: Sollten 448 sein

Debug mode shows that the test is ok:
DEBUG: Option /root/=('root', 'root', '700', '', '') already on base level!

Only the output is wrong - permission was "770", changing it to "700", the warning disappears

Reproducible: 

Steps to Reproduce:
Comment 1 Yann Cantin 2015-09-16 21:33:46 CEST
This comes from an error in the de.po file (%s instead of %o) :

#: ../src/msec/libmsec.py:896
msgid "Wrong permissions of %s: should be %o"
msgstr "Falsche Rechte von %s: Sollten %s sein"

Sould be :

#: ../src/msec/libmsec.py:896
msgid "Wrong permissions of %s: should be %o"
msgstr "Falsche Rechte von %s: Sollten %o sein"

CC: (none) => yann.cantin

Comment 2 Mageia Robot 2016-01-17 08:05:58 CET
commit ec3b2a7c795f09adc634064019d4f15ba1822727
Author: Papoteur <papoteur@...>
Date:   Sun Jan 17 08:04:48 2016 +0100

    Update German translation to solve mga#16766
---
 Commit Link:
   http://gitweb.mageia.org/software/msec/commit/?id=ec3b2a7c795f09adc634064019d4f15ba1822727
Comment 3 papoteur 2016-01-17 10:52:07 CET
Will be integrated with the next release.

Status: NEW => RESOLVED
CC: (none) => yves.brungard_mageia
Resolution: (none) => FIXED