mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 09:46:17 +01:00
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:
parent
f4dc46db45
commit
d6bab03150
@ -518,7 +518,7 @@ keyring_acquire_lock (const gchar *path,
|
|||||||
#else
|
#else
|
||||||
0,
|
0,
|
||||||
#endif
|
#endif
|
||||||
0700);
|
0600);
|
||||||
errsv = errno;
|
errsv = errno;
|
||||||
if (ret == -1)
|
if (ret == -1)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user