fn apply_system_section( system: &BTreeMap<String, JsonValue>, current_config: &mut OsConfig, status: &mut Result<(), &'static str>, )
system セクションを current_config へ適用する。 有効値は採用し、異常値は採用せずエラーとして返す(最初の 1 件)。
system
current_config