Bug 16766 - msec filepermission suggestions wrong
Summary: msec filepermission suggestions wrong
Status: RESOLVED FIXED
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: 5
Hardware: All Linux
Priority: Normal minor
Target Milestone: ---
Assignee: Mageia Bug Squad
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-16 19:19 CEST by Marc Krämer
Modified: 2016-01-17 10:52 CET (History)
2 users (show)

See Also:
Source RPM: msec-1.13-1.1.mga5.src.rpm
CVE:
Status comment:


Attachments

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


Note You need to log in before you can comment on or make changes to this bug.