Searched refs:arg_settings_trusted (Results 1 - 1 of 1) sorted by relevance

/systemd/src/nspawn/
H A Dnspawn.c179 static int arg_settings_trusted = -1; variable
850 arg_settings_trusted = true;
855 arg_settings_trusted = -1;
862 arg_settings_trusted = -1;
867 arg_settings_trusted = false;
2895 if (arg_settings_trusted < 0)
2896 arg_settings_trusted = true;
2925 if (arg_settings_trusted < 0)
2926 arg_settings_trusted = false;
2933 log_debug("Settings are trusted: %s", yes_no(arg_settings_trusted));
[all...]

Completed in 866 milliseconds