/usr/share/setools/apol.ui is in python3-setoolsgui 4.0.1-6.
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 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ApolMainWindow_ui</class>
<widget class="QMainWindow" name="ApolMainWindow_ui">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>640</width>
<height>480</height>
</size>
</property>
<property name="windowTitle">
<string>apol</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QTabWidget" name="AnalysisTabs">
<property name="autoFillBackground">
<bool>true</bool>
</property>
<property name="tabPosition">
<enum>QTabWidget::North</enum>
</property>
<property name="currentIndex">
<number>-1</number>
</property>
<property name="tabsClosable">
<bool>true</bool>
</property>
<property name="movable">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>19</height>
</rect>
</property>
<widget class="QMenu" name="menu_File">
<property name="title">
<string>&File</string>
</property>
<addaction name="open_policy"/>
<addaction name="close_policy_action"/>
<addaction name="separator"/>
<addaction name="exit_apol"/>
</widget>
<widget class="QMenu" name="menu_Help">
<property name="title">
<string>&Help</string>
</property>
<addaction name="apol_help_action"/>
<addaction name="separator"/>
<addaction name="about_apol_action"/>
</widget>
<widget class="QMenu" name="menu_Edit">
<property name="title">
<string>&Edit</string>
</property>
<addaction name="cut_action"/>
<addaction name="copy_action"/>
<addaction name="paste_action"/>
</widget>
<widget class="QMenu" name="menuPerm_Map">
<property name="title">
<string>Permission &Map</string>
</property>
<addaction name="open_permmap"/>
<addaction name="edit_permmap_action"/>
<addaction name="save_permmap_action"/>
</widget>
<addaction name="menu_File"/>
<addaction name="menu_Edit"/>
<addaction name="menuPerm_Map"/>
<addaction name="menu_Help"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<widget class="QToolBar" name="toolBar">
<property name="windowTitle">
<string>toolBar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="open_policy"/>
<addaction name="new_analysis"/>
</widget>
<action name="open_policy">
<property name="icon">
<iconset theme="folder-open"/>
</property>
<property name="text">
<string>&Open Policy</string>
</property>
<property name="toolTip">
<string>Open an SELinux Policy</string>
</property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
</action>
<action name="exit_apol">
<property name="text">
<string>E&xit</string>
</property>
<property name="shortcut">
<string>Ctrl+Q</string>
</property>
</action>
<action name="about_apol_action">
<property name="text">
<string>About Apol</string>
</property>
</action>
<action name="new_analysis">
<property name="icon">
<iconset theme="list-add"/>
</property>
<property name="text">
<string>New Analysis</string>
</property>
<property name="toolTip">
<string>Start a new analysis on this policy.</string>
</property>
<property name="shortcut">
<string>Ctrl+N</string>
</property>
</action>
<action name="cut_action">
<property name="text">
<string>Cut</string>
</property>
<property name="shortcut">
<string>Ctrl+X</string>
</property>
</action>
<action name="copy_action">
<property name="text">
<string>Copy</string>
</property>
<property name="shortcut">
<string>Ctrl+C</string>
</property>
</action>
<action name="paste_action">
<property name="text">
<string>Paste</string>
</property>
<property name="shortcut">
<string>Ctrl+V</string>
</property>
</action>
<action name="open_permmap">
<property name="text">
<string>Open Permission Map</string>
</property>
<property name="toolTip">
<string>Open permission map used for information flow analysis</string>
</property>
</action>
<action name="rename_tab_action">
<property name="text">
<string>&Rename Tab</string>
</property>
<property name="toolTip">
<string>Rename the active tab.</string>
</property>
</action>
<action name="close_tab_action">
<property name="text">
<string>&Close Tab</string>
</property>
<property name="toolTip">
<string>Close the active tab.</string>
</property>
<property name="shortcut">
<string>Ctrl+W</string>
</property>
</action>
<action name="close_policy_action">
<property name="text">
<string>Close Policy</string>
</property>
<property name="toolTip">
<string>Close the current policy. Closes all analyses too.</string>
</property>
</action>
<action name="edit_permmap_action">
<property name="text">
<string>Edit Permission Map</string>
</property>
</action>
<action name="save_permmap_action">
<property name="text">
<string>Save Permission Map</string>
</property>
</action>
<action name="apol_help_action">
<property name="text">
<string>Apol Help</string>
</property>
</action>
</widget>
<resources/>
<connections>
<connection>
<sender>exit_apol</sender>
<signal>triggered()</signal>
<receiver>ApolMainWindow_ui</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>399</x>
<y>299</y>
</hint>
</hints>
</connection>
</connections>
</ui>
|