Comment 12 for bug 1410839

Revision history for this message
Bernd Dietzel (l-ubuntuone1104) wrote :

My default language is german.
i have 4 files in /etc/gufw/

gufw.cfg
Öffentlich.profile
Office.profile
Zu_Hause.profile

Öffentlich means "Public" in german language.
Zu_Hause means "At Home" in german language.
By the way ... "Office".profile should have the name "Büro.profile".

I think the problem ist that os.rename can not rename a file that no longer exists because it is already renamed.
There should be a "If the file Public.profile exists then rename it" in the code before renaming it at all.

-----

Meanwhile i commentet out the renaming stuff and gufw starts normaly ,
so i was able to test if the shell command injection problem i still there or not,

the code seems to be OK now .... great !