summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-internals.c
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-internals.c')
-rw-r--r--dbus/dbus-internals.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dbus/dbus-internals.c b/dbus/dbus-internals.c
index 73e8e086..961e7269 100644
--- a/dbus/dbus-internals.c
+++ b/dbus/dbus-internals.c
@@ -639,6 +639,8 @@ _dbus_create_uuid_file_exclusively (const DBusString *filename,
if (!_dbus_string_save_to_file (&encoded, filename, error))
goto error;
+ if (!_dbus_make_file_world_readable (filename, error))
+ goto error;
_dbus_string_free (&encoded);