Bugzilla – Attachment 842719 Details for
Bug 1177778
Firewall configuration is ignored
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Forgot Password
AutoYaST profile with <firewall> section
david3.xml (text/xml), 22.87 KB, created by
David Tomasek
on 2020-10-16 06:33:46 UTC
(
hide
)
Description:
AutoYaST profile with <firewall> section
Filename:
MIME Type:
Creator:
David Tomasek
Created:
2020-10-16 06:33:46 UTC
Size:
22.87 KB
patch
obsolete
><?xml version="1.0"?> ><!DOCTYPE profile> ><profile xmlns="http://www.suse.com/1.0/yast2ns" xmlns:config="http://www.suse.com/1.0/configns"> > ><!-- ===== 4.1 General Options ===== --> ><general> > <mode> > <halt config:type="boolean">false</halt> <!-- halt after pkg installed before stage2 --> > <forceboot config:type="boolean">true</forceboot> <!-- reboot between stage1 and 2 --> > <final_reboot config:type="boolean">true</final_reboot> <!-- reboot after stage2 --> > <final_halt config:type="boolean">false</final_halt> <!-- halt after stage2 --> > <second_stage config:type="boolean">false</second_stage> <!-- false = manual install of stage2 --> > <confirm config:type="boolean">false</confirm> <!-- confirm before start of installation --> > <ntp_sync_time_before_installation>192.168.24.30</ntp_sync_time_before_installation> <!-- pridano 10.10.2019 --> > </mode> > <mouse> > <id>none</id> > </mouse> > <proposals config:type="list"> <!-- which settings propose to confirm --> > <proposal>partitions_proposal</proposal> > <proposal>bootloader_proposal</proposal> > <proposal>country_simple_proposal</proposal> > <proposal>timezone_proposal</proposal> > <proposal>users_proposal</proposal> > <proposal>hwinfo_proposal</proposal> > <proposal>mouse_proposal</proposal> > <proposal>software_proposal</proposal> > <proposal>runlevel_proposal</proposal> > <proposal>deploying_proposal</proposal> > </proposals> > <signature-handling> > <accept_unsigned_file config:type="boolean">true</accept_unsigned_file> > <accept_file_without_checksum config:type="boolean">true</accept_file_without_checksum> > <accept_verification_failed config:type="boolean">true</accept_verification_failed> > <accept_unknown_gpg_key config:type="boolean">true</accept_unknown_gpg_key> > <accept_non_trusted_gpg_key config:type="boolean">true</accept_non_trusted_gpg_key> > <import_gpg_key config:type="boolean">true</import_gpg_key> > </signature-handling> ></general> ><!-- ===== 4.2 Reporting ===== --> ><report> > <errors> > <show config:type="boolean">true</show> > <timeout config:type="integer">10</timeout> > <log config:type="boolean">true</log> > </errors> > <warnings> > <show config:type="boolean">true</show> > <timeout config:type="integer">10</timeout> > <log config:type="boolean">true</log> > </warnings> > <messages> > <show config:type="boolean">true</show> > <timeout config:type="integer">10</timeout> > <log config:type="boolean">true</log> > </messages> > <yesno_messages> > <show config:type="boolean">true</show> > <timeout config:type="integer">10</timeout> > <log config:type="boolean">true</log> > </yesno_messages> ></report> > ><!-- ===== 4.4 The BootLoader ===== --> ><bootloader> > <global> > <append>splash=verbose</append> > <!-- <append>showopts noload=tpm_tis</append> --> > <append_failsafe>showopts apm=off noresume edd=off powersaved=off nohz=off highres=off processor.max_cstate=1 nomodeset x11failsafe</append_failsafe> > <cryptodisk config:type="integer">0</cryptodisk> > <default>SLE15SP2</default> > <distributor>SLE15SP2</distributor> > <gfxbackground>/boot/grub2/themes/SLE/background.png</gfxbackground> > <gfxmode>auto</gfxmode> > <gfxtheme>/boot/grub2/themes/SLE/theme.txt</gfxtheme> > <hiddenmenu>false</hiddenmenu> > <os_prober>true</os_prober> > <suse_btrfs>true</suse_btrfs> > <terminal>gfxterm</terminal> > <timeout config:type="integer">4</timeout> > </global> > <loader_type>grub2</loader_type> ></bootloader> > ><!-- ===== 4.5 Partitioning ===== --> ><partitioning config:type="list"> > <drive> > <initialize config:type="boolean">true</initialize> <!-- If set to true, the partition table gets wiped out before AutoYaST starts the partition calculation. --> > <disklabel>msdos</disklabel> <!-- Describes the type of the partition table (msdos/gpt) --> > <use>all</use> <!-- Uses the whole device while calculating the new partitioning --> > <device>/dev/sda</device> > <enable_snapshots config:type="boolean">false</enable_snapshots> > <partitions config:type="list"> > <partition> > <partition_nr config:type="integer">1</partition_nr> > <create config:type="boolean">true</create> > <format config:type="boolean">true</format> > <filesystem config:type="symbol">ext4</filesystem> > <size>max</size> > <mount>/</mount> > <mountby config:type="symbol">device</mountby> > </partition> > <partition> > <partition_nr config:type="integer">2</partition_nr> > <create config:type="boolean">true</create> > <format config:type="boolean">true</format> > <filesystem config:type="symbol">swap</filesystem> > <size>auto</size> > <mount>swap</mount> > <mountby config:type="symbol">device</mountby> > </partition> > <partition> > <partition_nr config:type="integer">3</partition_nr> > <create config:type="boolean">true</create> > <format config:type="boolean">true</format> > <filesystem config:type="symbol">ext4</filesystem> > <size>10G</size> > <mount>/var</mount> > <mountby config:type="symbol">device</mountby> > </partition> > </partitions> > </drive> ></partitioning> ><!-- ===== 4.8 Country Settings ===== --> ><keyboard> > <keymap>english-us</keymap> ></keyboard> ><language> > <language>en_US</language> > <languages>cs_CZ,en_US</languages> ></language> ><timezone> > <hwclock>UTC</hwclock> > <timezone>Etc/UTC</timezone> ></timezone> > ><!-- ===== 4.9 Software ===== --> ><add-on> > <add_on_products config:type="list"> > <listentry> > <name>FRAMEWORKS5</name> > <alias>FRAMEWORKS5</alias> > <media_url>http://192.168.24.30:88/SLE15-2009/FRAMEWORKS5</media_url> > <product>repo-FRAMEWORKS5</product> > <product_dir>/</product_dir> > </listentry> > <listentry> > <name>LXQT</name> > <alias>LXQT</alias> > <media_url>http://192.168.24.30:88/SLE15-2009/LXQT</media_url> > <product>repo-LXQT</product> > <product_dir>/</product_dir> > </listentry> > <listentry> > <name>QT5</name> > <alias>QT5</alias> > <media_url>http://192.168.24.30:88/SLE15-2009/QT5</media_url> > <product>repo-QT5</product> > <product_dir>/</product_dir> > </listentry> > <listentry> > <name>SLE-Drivers-Pool</name> > <alias>SLE-Drivers-Pool</alias> > <media_url>http://192.168.24.30:88/SLE15-2009/SLE-Drivers-Pool</media_url> > <product>repo-SLE-Drivers-Pool</product> > <product_dir>/</product_dir> > </listentry> > <listentry> > <name>SLE-Module-Basesystem-Pool</name> > <alias>SLE-Module-Basesystem-Pool</alias> > <media_url>http://192.168.24.30:88/SLE15-2009/SLE-Module-Basesystem-Pool</media_url> > <product>repo-SLE-Module-Basesystem-Pool</product> > <product_dir>/</product_dir> > </listentry> > <listentry> > <name>SLE-Module-Basesystem-Updates</name> > <alias>SLE-Module-Basesystem-Updates</alias> > <media_url>http://192.168.24.30:88/SLE15-2009/SLE-Module-Basesystem-Updates</media_url> > <product>repo-SLE-Module-Basesystem-Updates</product> > <product_dir>/</product_dir> > </listentry> > <listentry> > <name>SLE-Module-Cloud-Pool</name> > <alias>SLE-Module-Cloud-Pool</alias> > <media_url>http://192.168.24.30:88/SLE15-2009/SLE-Module-Cloud-Pool</media_url> > <product>repo-SLE-Module-Cloud-Pool</product> > <product_dir>/</product_dir> > </listentry> > <listentry> > <name>SLE-Module-Cloud-Updates</name> > <alias>SLE-Module-Cloud-Updates</alias> > <media_url>http://192.168.24.30:88/SLE15-2009/SLE-Module-Cloud-Updates</media_url> > <product>repo-SLE-Module-Cloud-Updates</product> > <product_dir>/</product_dir> > </listentry> > <listentry> > <name>SLE-Module-Containers-Pool</name> > <alias>SLE-Module-Containers-Pool</alias> > <media_url>http://192.168.24.30:88/SLE15-2009/SLE-Module-Containers-Pool</media_url> > <product>repo-SLE-Module-Containers-Pool</product> > <product_dir>/</product_dir> > </listentry> > <listentry> > <name>SLE-Module-Containers-Updates</name> > <alias>SLE-Module-Containers-Updates</alias> > <media_url>http://192.168.24.30:88/SLE15-2009/SLE-Module-Containers-Updates</media_url> > <product>repo-SLE-Module-Containers-Updates</product> > <product_dir>/</product_dir> > </listentry> > <listentry> > <name>SLE-Module-Desktop-Applications-Pool</name> > <alias>SLE-Module-Desktop-Applications-Pool</alias> > <media_url>http://192.168.24.30:88/SLE15-2009/SLE-Module-Desktop-Applications-Pool</media_url> > <product>repo-SLE-Module-Desktop-Applications-Pool</product> > <product_dir>/</product_dir> > </listentry> > <listentry> > <name>SLE-Module-Desktop-Applications-Updates</name> > <alias>SLE-Module-Desktop-Applications-Updates</alias> > <media_url>http://192.168.24.30:88/SLE15-2009/SLE-Module-Desktop-Applications-Updates</media_url> > <product>repo-SLE-Module-Desktop-Applications-Updates</product> > <product_dir>/</product_dir> > </listentry> > <listentry> > <name>SLE-Module-Development-Tools-Pool</name> > <alias>SLE-Module-Development-Tools-Pool</alias> > <media_url>http://192.168.24.30:88/SLE15-2009/SLE-Module-Development-Tools-Pool</media_url> > <product>repo-SLE-Module-Development-Tools-Pool</product> > <product_dir>/</product_dir> > </listentry> > <listentry> > <name>SLE-Module-Development-Tools-Updates</name> > <alias>SLE-Module-Development-Tools-Updates</alias> > <media_url>http://192.168.24.30:88/SLE15-2009/SLE-Module-Development-Tools-Updates</media_url> > <product>repo-SLE-Module-Development-Tools-Updates</product> > <product_dir>/</product_dir> > </listentry> > <listentry> > <name>SLE-Module-HPC-Pool</name> > <alias>SLE-Module-HPC-Pool</alias> > <media_url>http://192.168.24.30:88/SLE15-2009/SLE-Module-HPC-Pool</media_url> > <product>repo-SLE-Module-HPC-Pool</product> > <product_dir>/</product_dir> > </listentry> > <listentry> > <name>SLE-Module-HPC-Updates</name> > <alias>SLE-Module-HPC-Updates</alias> > <media_url>http://192.168.24.30:88/SLE15-2009/SLE-Module-HPC-Updates</media_url> > <product>repo-SLE-Module-HPC-Updates</product> > <product_dir>/</product_dir> > </listentry> > <listentry> > <name>SLE-Module-Legacy-Pool</name> > <alias>SLE-Module-Legacy-Pool</alias> > <media_url>http://192.168.24.30:88/SLE15-2009/SLE-Module-Legacy-Pool</media_url> > <product>repo-SLE-Module-Legacy-Pool</product> > <product_dir>/</product_dir> > </listentry> > <listentry> > <name>SLE-Module-Legacy-Updates</name> > <alias>SLE-Module-Legacy-Updates</alias> > <media_url>http://192.168.24.30:88/SLE15-2009/SLE-Module-Legacy-Updates</media_url> > <product>repo-SLE-Module-Legacy-Updates</product> > <product_dir>/</product_dir> > </listentry> > <listentry> > <name>SLE-Module-Packagehub-Subpackages-Pool</name> > <alias>SLE-Module-Packagehub-Subpackages-Pool</alias> > <media_url>http://192.168.24.30:88/SLE15-2009/SLE-Module-Packagehub-Subpackages-Pool</media_url> > <product>repo-SLE-Module-Packagehub-Subpackages-Pool</product> > <product_dir>/</product_dir> > </listentry> > <listentry> > <name>SLE-Module-Packagehub-Subpackages-Updates</name> > <alias>SLE-Module-Packagehub-Subpackages-Updates</alias> > <media_url>http://192.168.24.30:88/SLE15-2009/SLE-Module-Packagehub-Subpackages-Updates</media_url> > <product>repo-SLE-Module-Packagehub-Subpackages-Updates</product> > <product_dir>/</product_dir> > </listentry> > <listentry> > <name>SLE-Module-Python2-Pool</name> > <alias>SLE-Module-Python2-Pool</alias> > <media_url>http://192.168.24.30:88/SLE15-2009/SLE-Module-Python2-Pool</media_url> > <product>repo-SLE-Module-Python2-Pool</product> > <product_dir>/</product_dir> > </listentry> > <listentry> > <name>SLE-Module-Python2-Updates</name> > <alias>SLE-Module-Python2-Updates</alias> > <media_url>http://192.168.24.30:88/SLE15-2009/SLE-Module-Python2-Updates</media_url> > <product>repo-SLE-Module-Python2-Updates</product> > <product_dir>/</product_dir> > </listentry> > <listentry> > <name>SLE-Module-Server-Applications-Pool</name> > <alias>SLE-Module-Server-Applications-Pool</alias> > <media_url>http://192.168.24.30:88/SLE15-2009/SLE-Module-Server-Applications-Pool</media_url> > <product>repo-SLE-Module-Server-Applications-Pool</product> > <product_dir>/</product_dir> > </listentry> > <listentry> > <name>SLE-Module-Server-Applications-Updates</name> > <alias>SLE-Module-Server-Applications-Updates</alias> > <media_url>http://192.168.24.30:88/SLE15-2009/SLE-Module-Server-Applications-Updates</media_url> > <product>repo-SLE-Module-Server-Applications-Updates</product> > <product_dir>/</product_dir> > </listentry> > <listentry> > <name>SLE-Module-Transactional-Server-Pool</name> > <alias>SLE-Module-Transactional-Server-Pool</alias> > <media_url>http://192.168.24.30:88/SLE15-2009/SLE-Module-Transactional-Server-Pool</media_url> > <product>repo-SLE-Module-Transactional-Server-Pool</product> > <product_dir>/</product_dir> > </listentry> > <listentry> > <name>SLE-Module-Transactional-Server-Updates</name> > <alias>SLE-Module-Transactional-Server-Updates</alias> > <media_url>http://192.168.24.30:88/SLE15-2009/SLE-Module-Transactional-Server-Updates</media_url> > <product>repo-SLE-Module-Transactional-Server-Updates</product> > <product_dir>/</product_dir> > </listentry> > <listentry> > <name>SLE-Module-Web-Scripting-Pool</name> > <alias>SLE-Module-Web-Scripting-Pool</alias> > <media_url>http://192.168.24.30:88/SLE15-2009/SLE-Module-Web-Scripting-Pool</media_url> > <product>repo-SLE-Module-Web-Scripting-Pool</product> > <product_dir>/</product_dir> > </listentry> > <listentry> > <name>SLE-Module-Web-Scripting-Updates</name> > <alias>SLE-Module-Web-Scripting-Updates</alias> > <media_url>http://192.168.24.30:88/SLE15-2009/SLE-Module-Web-Scripting-Updates</media_url> > <product>repo-SLE-Module-Web-Scripting-Updates</product> > <product_dir>/</product_dir> > </listentry> > <listentry> > <name>SLE-PackageHub-Backports-Pool</name> > <alias>SLE-PackageHub-Backports-Pool</alias> > <media_url>http://192.168.24.30:88/SLE15-2009/SLE-PackageHub-Backports-Pool</media_url> > <product>repo-SLE-PackageHub-Backports-Pool</product> > <product_dir>/</product_dir> > </listentry> > <listentry> > <name>SLE-Product-HA-Pool</name> > <alias>SLE-Product-HA-Pool</alias> > <media_url>http://192.168.24.30:88/SLE15-2009/SLE-Product-HA-Pool</media_url> > <product>repo-SLE-Product-HA-Pool</product> > <product_dir>/</product_dir> > </listentry> > <listentry> > <name>SLE-Product-HA-Updates</name> > <alias>SLE-Product-HA-Updates</alias> > <media_url>http://192.168.24.30:88/SLE15-2009/SLE-Product-HA-Updates</media_url> > <product>repo-SLE-Product-HA-Updates</product> > <product_dir>/</product_dir> > </listentry> > <listentry> > <name>SLE-Product-WE-Pool</name> > <alias>SLE-Product-WE-Pool</alias> > <media_url>http://192.168.24.30:88/SLE15-2009/SLE-Product-WE-Pool</media_url> > <product>repo-SLE-Product-WE-Pool</product> > <product_dir>/</product_dir> > </listentry> > <listentry> > <name>SLE-Product-WE-Updates</name> > <alias>SLE-Product-WE-Updates</alias> > <media_url>http://192.168.24.30:88/SLE15-2009/SLE-Product-WE-Updates</media_url> > <product>repo-SLE-Product-WE-Updates</product> > <product_dir>/</product_dir> > </listentry> > <listentry> > <name>TOOLS</name> > <alias>TOOLS</alias> > <media_url>http://192.168.24.30:88/SLE15-2009/TOOLS</media_url> > <product>repo-TOOLS</product> > <product_dir>/</product_dir> > </listentry> > </add_on_products> ></add-on> > ><software> > <products config:type="list"> > <product>SLED</product> > </products> > <packages config:type="list"> > <package>autoyast2</package> > </packages> > <patterns config:type="list"> > <pattern>enhanced_base</pattern> > </patterns> > <remove-packages config:type="list"> > <package>NetworkManager</package> > </remove-packages> ></software> ><!-- ===== 4.11 Services and Targets ===== --> ><services-manager> > <default_target>graphical</default_target> > <services> > <enable config:type="list"> > <service>sshd</service> > <service>snmpd</service> > <service>wicked</service> > </enable> > </services> ></services-manager> > ><!-- ===== 4.12 Network Configuration ===== --> ><networking> > <managed config:type="boolean">false</managed> > <dns> > <dhcp_hostname config:type="boolean">true</dhcp_hostname> > <hostname>david3</hostname> > <nameservers config:type="list"> > <nameserver>192.168.24.10</nameserver> > </nameservers> > <resolv_conf_policy>auto</resolv_conf_policy> > <write_hostname config:type="boolean">true</write_hostname> > </dns> > <interfaces config:type="list"> > <interface> > <bootproto>static</bootproto> > <device>lo</device> > <firewall>no</firewall> > <ipaddr>127.0.0.1</ipaddr> > <prefixlen>8</prefixlen> > <startmode>auto</startmode> > <usercontrol>no</usercontrol> > </interface> > <interface> > <bonding_master>yes</bonding_master> > <bonding_module_opts>mode=active-backup miimon=100</bonding_module_opts> > <bonding_slave0>eth0</bonding_slave0> > <bonding_slave1>eth1</bonding_slave1> > <bootproto>static</bootproto> > <device>bond0</device> > <ipaddr>192.168.26.202</ipaddr> > <prefixlen>24</prefixlen> > <startmode>auto</startmode> > <aliases> > <alias0> > <IPADDR>192.168.26.204</IPADDR> > <LABEL>0</LABEL> > <PREFIXLEN>24</PREFIXLEN> > </alias0> > <alias1> > <IPADDR>192.168.26.207</IPADDR> > <LABEL>1</LABEL> > <PREFIXLEN>24</PREFIXLEN> > </alias1> > </aliases> > </interface> > <interface> > <bootproto>none</bootproto> > <device>eth0</device> > <startmode>hotplug</startmode> > </interface> > <interface> > <bootproto>none</bootproto> > <device>eth1</device> > <startmode>hotplug</startmode> > </interface> > <interface> > <bonding_master>yes</bonding_master> > <bonding_module_opts>mode=active-backup miimon=100</bonding_module_opts> > <bonding_slave0>eth2</bonding_slave0> > <bonding_slave1>eth3</bonding_slave1> > <bootproto>static</bootproto> > <device>bond1</device> > <ipaddr>192.168.126.203</ipaddr> > <prefixlen>24</prefixlen> > <startmode>auto</startmode> > </interface> > <interface> > <bootproto>none</bootproto> > <device>eth2</device> > <startmode>hotplug</startmode> > </interface> > <interface> > <bootproto>none</bootproto> > <device>eth3</device> > <startmode>hotplug</startmode> > </interface> > </interfaces> > <net-udev config:type="list"> > <rule> > <name>eth0</name> > <rule>ATTR{address}</rule> > <value>00:50:56:b6:d7:35</value> > </rule> > <rule> > <name>eth1</name> > <rule>ATTR{address}</rule> > <value>00:50:56:b6:8f:16</value> > </rule> > <rule> > <name>eth2</name> > <rule>ATTR{address}</rule> > <value>00:50:56:b6:86:9c</value> > </rule> > <rule> > <name>eth3</name> > <rule>ATTR{address}</rule> > <value>00:50:56:b6:0b:15</value> > </rule> > </net-udev> > <routing> > <ip_forward config:type="boolean">false</ip_forward> > <routes config:type="list"> > <route> > <destination>default</destination> > <device>-</device> > <gateway>192.168.26.1</gateway> > <netmask>-</netmask> > </route> > </routes> > </routing> ></networking> > ><!-- ===== 4.20 NTP Client ===== --> ><ntp-client> > <ntp_policy>auto</ntp_policy> > <ntp_servers config:type="list"> > <ntp_server> > <address>192.168.24.30</address> > <iburst config:type="boolean">true</iburst> > <offline config:type="boolean">true</offline> > </ntp_server> > </ntp_servers> > <ntp_sync>systemd</ntp_sync> ></ntp-client> > ><!-- ===== 4.22 Hosts ===== --> ><host> > <hosts config:type="list"> > <hosts_entry> > <host_address>192.168.26.202</host_address> > <names config:type="list"> > <name>david3</name> > </names> > </hosts_entry> > <hosts_entry> > <host_address>192.168.126.203</host_address> > <names config:type="list"> > <name>david3</name> > </names> > </hosts_entry> > <hosts_entry> > <host_address>192.168.26.204</host_address> > <names config:type="list"> > <name>david3</name> > </names> > </hosts_entry> > <hosts_entry> > <host_address>192.168.26.207</host_address> > <names config:type="list"> > <name>david3</name> > </names> > </hosts_entry> > <hosts_entry> > <host_address>127.0.0.1</host_address> > <names config:type="list"> > <name>localhost</name> > </names> > </hosts_entry> > <hosts_entry> > <host_address>192.168.26.205</host_address> > <names config:type="list"> > <name>salt</name> > </names> > </hosts_entry> > </hosts> ></host> ><!-- ===== 4.29 Users and Groups ===== --> ><users config:type="list"> > <user> > <encrypted config:type="boolean">true</encrypted> > <user_password>$6$6HsMpKZACv9a$qI/fSHZMKXu3QJmGS6izqOoiOOZWApAv8C1qAPNS96jiHMsTATrdDTipW7XasC46OmLEhRgaMRSQdDGpoF59n1</user_password> > <username>root</username> > </user> ></users> ><!-- ===== 4.31 System Variables (Sysconfig) ===== --> ><sysconfig config:type="list"> > <sysconfig_entry> > <sysconfig_key>DISPLAYMANAGER_XSERVER_TCP_PORT_6000_OPEN</sysconfig_key> > <sysconfig_path>/etc/sysconfig/displaymanager</sysconfig_path> > <sysconfig_value>yes</sysconfig_value> > </sysconfig_entry> > <sysconfig_entry> > <sysconfig_key>DISPLAYMANAGER</sysconfig_key> > <sysconfig_path>/etc/sysconfig/displaymanager</sysconfig_path> > <sysconfig_value>lightdm</sysconfig_value> > </sysconfig_entry> > <sysconfig_entry> > <sysconfig_key>CLEAR_TMP_DIRS_AT_BOOTUP</sysconfig_key> > <sysconfig_path>/etc/sysconfig/cron</sysconfig_path> > <sysconfig_value>yes</sysconfig_value> > </sysconfig_entry> > <sysconfig_entry> > <sysconfig_key>SOFTCORELIMIT</sysconfig_key> > <sysconfig_path>/etc/sysconfig/ulimit</sysconfig_path> > <sysconfig_value>1</sysconfig_value> > </sysconfig_entry> ></sysconfig> ><!-- ===== 4.34 Kernel Dumps ===== --> ><kdump> > <add_crash_kernel config:type="boolean">true</add_crash_kernel> > <crash_kernel>512M</crash_kernel> ></kdump> ><!-- ===== 4.37 SUSE Firewall ===== --> ><firewall> > <enable_firewall config:type="boolean">false</enable_firewall> > <start_firewall config:type="boolean">false</start_firewall> ></firewall> > ><configuration_management> > <type>salt</type> > <master>192.168.26.205</master> > <keys_url>http://192.168.26.205/IS/salt_keys/</keys_url> > <auth_attempts config:type="integer">1</auth_attempts> ></configuration_management> ></profile>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
Attachments on
bug 1177778
: 842719 |
842734