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:
@@ -569,6 +569,7 @@ main (int argc, const char *const*argv)
|
|||||||
nmc_client_new_waitsync (sigterm_cancellable,
|
nmc_client_new_waitsync (sigterm_cancellable,
|
||||||
&nmc,
|
&nmc,
|
||||||
&error,
|
&error,
|
||||||
|
NM_CLIENT_INSTANCE_FLAGS, (guint) NM_CLIENT_INSTANCE_FLAGS_NO_AUTO_FETCH_PERMISSIONS,
|
||||||
NULL);
|
NULL);
|
||||||
|
|
||||||
nmcs_wait_for_objects_register (nmc);
|
nmcs_wait_for_objects_register (nmc);
|
||||||
|
Reference in New Issue
Block a user