gdbusauthmechanismsha1: Fix keyring lock file permissions

Why should it have the sticky bit set? dbus.git sets permissions 0600;
so should GLib.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2020-05-05 15:01:07 +01:00
parent f4dc46db45
commit d6bab03150

View File

@ -518,7 +518,7 @@ keyring_acquire_lock (const gchar *path,
#else
0,
#endif
0700);
0600);
errsv = errno;
if (ret == -1)
{