This file is indexed.

/usr/share/kiwi/glade/PluggableWizard.glade is in python-kiwi 1.9.22-4.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
<!DOCTYPE glade-interface SYSTEM "http://gazpacho.sicem.biz/gazpacho-0.1.dtd">
<glade-interface>
    <widget class="GtkDialog" id="PluggableWizard">
        <property name="default_height">260</property>
        <property name="default_width">320</property>
        <property name="has_separator">False</property>
        <property name="type_hint">normal</property>
        <child internal-child="vbox">
            <widget class="GtkVBox" id="PluggableWizard-vbox">
                <property name="border_width">2</property>
                <property name="visible">True</property>
                <child>
                    <widget class="GtkVBox" id="vbox1">
                        <property name="visible">True</property>
                        <child>
                            <widget class="ProxyLabel" id="header_lbl">
                                <property name="data_type">str</property>
                                <property name="model_attribute"></property>
                                <property name="visible">True</property>
                            </widget>
                            <packing>
                                <property name="expand">False</property>
                            </packing>
                        </child>
                        <child>
                            <widget class="GtkEventBox" id="slave_area">
                                <property name="visible">True</property>
                                <child>
                                    <placeholder/>
                                </child>
                            </widget>
                            <packing>
                                <property name="position">1</property>
                            </packing>
                        </child>
                        <child>
                            <widget class="ProxyLabel" id="notification_lbl">
                                <property name="data_type">str</property>
                                <property name="model_attribute"></property>
                                <property name="visible">True</property>
                            </widget>
                            <packing>
                                <property name="expand">False</property>
                                <property name="position">3</property>
                            </packing>
                        </child>
                        <child>
                            <widget class="GtkHBox" id="hbox1">
                                <property name="visible">True</property>
                                <child>
                                    <widget class="GtkHButtonBox" id="buttonbox">
                                        <property name="border_width">6</property>
                                        <property name="spacing">6</property>
                                        <property name="visible">True</property>
                                        <child>
                                            <widget class="GtkButton" id="cancel_button">
                                                <property name="is_focus">True</property>
                                                <property name="label">gtk-cancel</property>
                                                <property name="use_stock">True</property>
                                                <property name="visible">True</property>
                                                <property name="width_request">90</property>
                                            </widget>
                                        </child>
                                        <child>
                                            <widget class="GtkButton" id="previous_button">
                                                <property name="is_focus">True</property>
                                                <property name="label">gtk-go-back</property>
                                                <property name="use_stock">True</property>
                                                <property name="visible">True</property>
                                                <property name="width_request">90</property>
                                            </widget>
                                            <packing>
                                                <property name="position">1</property>
                                            </packing>
                                        </child>
                                        <child>
                                            <widget class="GtkButton" id="next_button">
                                                <property name="is_focus">True</property>
                                                <property name="label">gtk-go-forward</property>
                                                <property name="use_stock">True</property>
                                                <property name="visible">True</property>
                                                <property name="width_request">90</property>
                                            </widget>
                                            <packing>
                                                <property name="position">2</property>
                                            </packing>
                                        </child>
                                        <child>
                                            <widget class="GtkButton" id="ok_button">
                                                <property name="is_focus">True</property>
                                                <property name="label">gtk-ok</property>
                                                <property name="use_stock">True</property>
                                                <property name="visible">True</property>
                                            </widget>
                                            <packing>
                                                <property name="position">3</property>
                                            </packing>
                                        </child>
                                    </widget>
                                    <packing>
                                        <property name="expand">False</property>
                                        <property name="pack_type">end</property>
                                    </packing>
                                </child>
                            </widget>
                            <packing>
                                <property name="expand">False</property>
                                <property name="pack_type">end</property>
                                <property name="position">2</property>
                            </packing>
                        </child>
                    </widget>
                    <packing>
                        <property name="position">1</property>
                    </packing>
                </child>
            </widget>
        </child>
    </widget>
</glade-interface>