mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 18:40:16 +01:00
cloud-setup: don't fetch permissions for NMClient in nm-cloud-setup
nm-cloud-setup doesn't care about the permissions. Don't fetch them.
This commit is contained in:
parent
c5c7fffda8
commit
b78e5cf45c
1 changed files with 1 additions and 0 deletions
|
|
@ -569,6 +569,7 @@ main (int argc, const char *const*argv)
|
|||
nmc_client_new_waitsync (sigterm_cancellable,
|
||||
&nmc,
|
||||
&error,
|
||||
NM_CLIENT_INSTANCE_FLAGS, (guint) NM_CLIENT_INSTANCE_FLAGS_NO_AUTO_FETCH_PERMISSIONS,
|
||||
NULL);
|
||||
|
||||
nmcs_wait_for_objects_register (nmc);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue