ueno / libskk

Japanese SKK input method library
GNU General Public License v3.0
78 stars 27 forks source link

reading user.dict must not be permitted to others #4

Closed tamo closed 12 years ago

tamo commented 12 years ago

Users' dicts are full of privacy.

--- libskk/user-dict.vala.orig  Wed Dec 28 16:37:47 2011
+++ libskk/user-dict.vala   Sun Jan  1 18:23:37 2012
@@ -207,7 +207,7 @@ namespace Skk {
                                    contents.length,
                                    etag,
                                    false,
-                                   FileCreateFlags.NONE,
+                                   FileCreateFlags.PRIVATE,
                                    out etag);
         }
ueno commented 12 years ago

Thanks. Fixed in dd5233647ecfdcea689adfe565e03cc820e9b336 Perhaps you may want to file a pull request next time :)