GNOME Bugzilla – Bug 701472
launch-environment: Tighten permissions on directories we create
Last modified: 2013-06-04 11:51:20 UTC
This is particularly important for gnome-initial-setup's home directory since private user data will be stored there.
Created attachment 245871 [details] [review] launch-environment: Tighten permissions on directories we create
Review of attachment 245871 [details] [review]: seems fine. ::: daemon/gdm-launch-environment.c @@ +412,3 @@ GError **error) { + if (mkdir (path, 0700) == -1 && errno != EEXIST) { maybe we should consolidate this function and the other ensure_dir function in main.c to gdm-common or something. Anyway that's orthogonal to this change
Attachment 245871 [details] pushed as 64894dc - launch-environment: Tighten permissions on directories we create