GNOME Bugzilla – Bug 785769
Connection description files have incorect access rights
Last modified: 2017-08-04 04:14:00 UTC
When I create new connection using NewtorkManager, then the file will be created with 644 access rights. But as opposite, after new start NetowrkManager ignore such connection description files, and consider only the files with 600 access rights. So it seems, that there is somewhere inconsistency between function creating, and reading the keyfiles.
This sounds like bug 769702, which was fixed in NM 1.6. Which NM version and distro do you have? What's the output of 'getfacl /etc/NetworkManager/system-connections'?
Distribution is gentoo, and version 1.4.4 the output of getfacl: # owner: root # group: root user::rwx group::r-x other::r-x default:user::rwx default:group::r-x default:other::r-x
(In reply to Mirek from comment #2) > Distribution is gentoo, and version 1.4.4 > > the output of getfacl: > > # owner: root > # group: root > user::rwx > group::r-x > other::r-x > default:user::rwx > default:group::r-x > default:other::r-x Then this is a duplicate of bug 769702, which is fixed since NM 1.6. Please update to a more recent version, or, as a workaround, remove ACLs from /etc/NetworkManager/system-connections (which probably shouldn't be there in the first place). *** This bug has been marked as a duplicate of bug 769702 ***
Thank you.