diff options
Diffstat (limited to 'accounts/gkleen@sif/shell/quickshell-plugins/org.freedesktop.systemd1.Service.xml')
| -rw-r--r-- | accounts/gkleen@sif/shell/quickshell-plugins/org.freedesktop.systemd1.Service.xml | 1100 |
1 files changed, 1100 insertions, 0 deletions
diff --git a/accounts/gkleen@sif/shell/quickshell-plugins/org.freedesktop.systemd1.Service.xml b/accounts/gkleen@sif/shell/quickshell-plugins/org.freedesktop.systemd1.Service.xml new file mode 100644 index 00000000..316dd080 --- /dev/null +++ b/accounts/gkleen@sif/shell/quickshell-plugins/org.freedesktop.systemd1.Service.xml | |||
| @@ -0,0 +1,1100 @@ | |||
| 1 | <!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" | ||
| 2 | "https://www.freedesktop.org/standards/dbus/1.0/introspect.dtd"> | ||
| 3 | <node> | ||
| 4 | <interface name="org.freedesktop.systemd1.Service"> | ||
| 5 | <property name="Type" type="s" access="read"> | ||
| 6 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 7 | </property> | ||
| 8 | <property name="ExitType" type="s" access="read"> | ||
| 9 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 10 | </property> | ||
| 11 | <property name="Restart" type="s" access="read"> | ||
| 12 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 13 | </property> | ||
| 14 | <property name="RestartMode" type="s" access="read"> | ||
| 15 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 16 | </property> | ||
| 17 | <property name="PIDFile" type="s" access="read"> | ||
| 18 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 19 | </property> | ||
| 20 | <property name="NotifyAccess" type="s" access="read"> | ||
| 21 | </property> | ||
| 22 | <property name="RestartUSec" type="t" access="read"> | ||
| 23 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 24 | </property> | ||
| 25 | <property name="RestartSteps" type="u" access="read"> | ||
| 26 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 27 | </property> | ||
| 28 | <property name="RestartMaxDelayUSec" type="t" access="read"> | ||
| 29 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 30 | </property> | ||
| 31 | <property name="RestartUSecNext" type="t" access="read"> | ||
| 32 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 33 | </property> | ||
| 34 | <property name="TimeoutStartUSec" type="t" access="read"> | ||
| 35 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 36 | </property> | ||
| 37 | <property name="TimeoutStopUSec" type="t" access="read"> | ||
| 38 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 39 | </property> | ||
| 40 | <property name="TimeoutAbortUSec" type="t" access="read"> | ||
| 41 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 42 | </property> | ||
| 43 | <property name="TimeoutStartFailureMode" type="s" access="read"> | ||
| 44 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 45 | </property> | ||
| 46 | <property name="TimeoutStopFailureMode" type="s" access="read"> | ||
| 47 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 48 | </property> | ||
| 49 | <property name="RuntimeMaxUSec" type="t" access="read"> | ||
| 50 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 51 | </property> | ||
| 52 | <property name="RuntimeRandomizedExtraUSec" type="t" access="read"> | ||
| 53 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 54 | </property> | ||
| 55 | <property name="WatchdogUSec" type="t" access="read"> | ||
| 56 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 57 | </property> | ||
| 58 | <property name="WatchdogTimestamp" type="t" access="read"> | ||
| 59 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 60 | </property> | ||
| 61 | <property name="WatchdogTimestampMonotonic" type="t" access="read"> | ||
| 62 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 63 | </property> | ||
| 64 | <property name="RootDirectoryStartOnly" type="b" access="read"> | ||
| 65 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 66 | </property> | ||
| 67 | <property name="RemainAfterExit" type="b" access="read"> | ||
| 68 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 69 | </property> | ||
| 70 | <property name="GuessMainPID" type="b" access="read"> | ||
| 71 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 72 | </property> | ||
| 73 | <!-- <property name="RestartPreventExitStatus" type="(aiai)" access="read"> --> | ||
| 74 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> --> | ||
| 75 | <!-- </property> --> | ||
| 76 | <!-- <property name="RestartForceExitStatus" type="(aiai)" access="read"> --> | ||
| 77 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> --> | ||
| 78 | <!-- </property> --> | ||
| 79 | <!-- <property name="SuccessExitStatus" type="(aiai)" access="read"> --> | ||
| 80 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> --> | ||
| 81 | <!-- </property> --> | ||
| 82 | <property name="MainPID" type="u" access="read"> | ||
| 83 | </property> | ||
| 84 | <property name="ControlPID" type="u" access="read"> | ||
| 85 | </property> | ||
| 86 | <property name="BusName" type="s" access="read"> | ||
| 87 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 88 | </property> | ||
| 89 | <property name="FileDescriptorStoreMax" type="u" access="read"> | ||
| 90 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 91 | </property> | ||
| 92 | <property name="NFileDescriptorStore" type="u" access="read"> | ||
| 93 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 94 | </property> | ||
| 95 | <property name="FileDescriptorStorePreserve" type="s" access="read"> | ||
| 96 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 97 | </property> | ||
| 98 | <property name="StatusText" type="s" access="read"> | ||
| 99 | </property> | ||
| 100 | <property name="StatusErrno" type="i" access="read"> | ||
| 101 | </property> | ||
| 102 | <property name="StatusBusError" type="s" access="read"> | ||
| 103 | </property> | ||
| 104 | <property name="StatusVarlinkError" type="s" access="read"> | ||
| 105 | </property> | ||
| 106 | <property name="Result" type="s" access="read"> | ||
| 107 | </property> | ||
| 108 | <property name="ReloadResult" type="s" access="read"> | ||
| 109 | </property> | ||
| 110 | <property name="CleanResult" type="s" access="read"> | ||
| 111 | </property> | ||
| 112 | <property name="LiveMountResult" type="s" access="read"> | ||
| 113 | </property> | ||
| 114 | <property name="USBFunctionDescriptors" type="s" access="read"> | ||
| 115 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 116 | </property> | ||
| 117 | <property name="USBFunctionStrings" type="s" access="read"> | ||
| 118 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 119 | </property> | ||
| 120 | <property name="UID" type="u" access="read"> | ||
| 121 | </property> | ||
| 122 | <property name="GID" type="u" access="read"> | ||
| 123 | </property> | ||
| 124 | <property name="NRestarts" type="u" access="read"> | ||
| 125 | </property> | ||
| 126 | <property name="OOMPolicy" type="s" access="read"> | ||
| 127 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 128 | </property> | ||
| 129 | <!-- <property name="OpenFile" type="a(sst)" access="read"> --> | ||
| 130 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> --> | ||
| 131 | <!-- </property> --> | ||
| 132 | <property name="ExtraFileDescriptorNames" type="as" access="read"> | ||
| 133 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 134 | </property> | ||
| 135 | <property name="ReloadSignal" type="i" access="read"> | ||
| 136 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 137 | </property> | ||
| 138 | <property name="RefreshOnReload" type="as" access="read"> | ||
| 139 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 140 | </property> | ||
| 141 | <property name="ExecMainStartTimestamp" type="t" access="read"> | ||
| 142 | </property> | ||
| 143 | <property name="ExecMainStartTimestampMonotonic" type="t" access="read"> | ||
| 144 | </property> | ||
| 145 | <property name="ExecMainExitTimestamp" type="t" access="read"> | ||
| 146 | </property> | ||
| 147 | <property name="ExecMainExitTimestampMonotonic" type="t" access="read"> | ||
| 148 | </property> | ||
| 149 | <property name="ExecMainHandoffTimestamp" type="t" access="read"> | ||
| 150 | </property> | ||
| 151 | <property name="ExecMainHandoffTimestampMonotonic" type="t" access="read"> | ||
| 152 | </property> | ||
| 153 | <property name="ExecMainPID" type="u" access="read"> | ||
| 154 | </property> | ||
| 155 | <property name="ExecMainCode" type="i" access="read"> | ||
| 156 | </property> | ||
| 157 | <property name="ExecMainStatus" type="i" access="read"> | ||
| 158 | </property> | ||
| 159 | <!-- <property name="ExecCondition" type="a(sasbttttuii)" access="read"> --> | ||
| 160 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="invalidates"/> --> | ||
| 161 | <!-- </property> --> | ||
| 162 | <!-- <property name="ExecConditionEx" type="a(sasasttttuii)" access="read"> --> | ||
| 163 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="invalidates"/> --> | ||
| 164 | <!-- </property> --> | ||
| 165 | <!-- <property name="ExecStartPre" type="a(sasbttttuii)" access="read"> --> | ||
| 166 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="invalidates"/> --> | ||
| 167 | <!-- </property> --> | ||
| 168 | <!-- <property name="ExecStartPreEx" type="a(sasasttttuii)" access="read"> --> | ||
| 169 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="invalidates"/> --> | ||
| 170 | <!-- </property> --> | ||
| 171 | <!-- <property name="ExecStart" type="a(sasbttttuii)" access="read"> --> | ||
| 172 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="invalidates"/> --> | ||
| 173 | <!-- </property> --> | ||
| 174 | <!-- <property name="ExecStartEx" type="a(sasasttttuii)" access="read"> --> | ||
| 175 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="invalidates"/> --> | ||
| 176 | <!-- </property> --> | ||
| 177 | <!-- <property name="ExecStartPost" type="a(sasbttttuii)" access="read"> --> | ||
| 178 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="invalidates"/> --> | ||
| 179 | <!-- </property> --> | ||
| 180 | <!-- <property name="ExecStartPostEx" type="a(sasasttttuii)" access="read"> --> | ||
| 181 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="invalidates"/> --> | ||
| 182 | <!-- </property> --> | ||
| 183 | <!-- <property name="ExecReload" type="a(sasbttttuii)" access="read"> --> | ||
| 184 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="invalidates"/> --> | ||
| 185 | <!-- </property> --> | ||
| 186 | <!-- <property name="ExecReloadEx" type="a(sasasttttuii)" access="read"> --> | ||
| 187 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="invalidates"/> --> | ||
| 188 | <!-- </property> --> | ||
| 189 | <!-- <property name="ExecReloadPost" type="a(sasbttttuii)" access="read"> --> | ||
| 190 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="invalidates"/> --> | ||
| 191 | <!-- </property> --> | ||
| 192 | <!-- <property name="ExecReloadPostEx" type="a(sasasttttuii)" access="read"> --> | ||
| 193 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="invalidates"/> --> | ||
| 194 | <!-- </property> --> | ||
| 195 | <!-- <property name="ExecStop" type="a(sasbttttuii)" access="read"> --> | ||
| 196 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="invalidates"/> --> | ||
| 197 | <!-- </property> --> | ||
| 198 | <!-- <property name="ExecStopEx" type="a(sasasttttuii)" access="read"> --> | ||
| 199 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="invalidates"/> --> | ||
| 200 | <!-- </property> --> | ||
| 201 | <!-- <property name="ExecStopPost" type="a(sasbttttuii)" access="read"> --> | ||
| 202 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="invalidates"/> --> | ||
| 203 | <!-- </property> --> | ||
| 204 | <!-- <property name="ExecStopPostEx" type="a(sasasttttuii)" access="read"> --> | ||
| 205 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="invalidates"/> --> | ||
| 206 | <!-- </property> --> | ||
| 207 | <method name="BindMount"> | ||
| 208 | <arg type="s" name="source" direction="in"/> | ||
| 209 | <arg type="s" name="destination" direction="in"/> | ||
| 210 | <arg type="b" name="read_only" direction="in"/> | ||
| 211 | <arg type="b" name="mkdir" direction="in"/> | ||
| 212 | </method> | ||
| 213 | <!-- <method name="MountImage"> --> | ||
| 214 | <!-- <arg type="s" name="source" direction="in"/> --> | ||
| 215 | <!-- <arg type="s" name="destination" direction="in"/> --> | ||
| 216 | <!-- <arg type="b" name="read_only" direction="in"/> --> | ||
| 217 | <!-- <arg type="b" name="mkdir" direction="in"/> --> | ||
| 218 | <!-- <arg type="a(ss)" name="options" direction="in"/> --> | ||
| 219 | <!-- </method> --> | ||
| 220 | <!-- <method name="DumpFileDescriptorStore"> --> | ||
| 221 | <!-- <arg type="a(suuutuusu)" name="entries" direction="out"/> --> | ||
| 222 | <!-- </method> --> | ||
| 223 | <property name="Slice" type="s" access="read"> | ||
| 224 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 225 | </property> | ||
| 226 | <property name="ControlGroup" type="s" access="read"> | ||
| 227 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 228 | </property> | ||
| 229 | <property name="ControlGroupId" type="t" access="read"> | ||
| 230 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 231 | </property> | ||
| 232 | <property name="MemoryCurrent" type="t" access="read"> | ||
| 233 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 234 | </property> | ||
| 235 | <property name="MemoryPeak" type="t" access="read"> | ||
| 236 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 237 | </property> | ||
| 238 | <property name="MemorySwapCurrent" type="t" access="read"> | ||
| 239 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 240 | </property> | ||
| 241 | <property name="MemorySwapPeak" type="t" access="read"> | ||
| 242 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 243 | </property> | ||
| 244 | <property name="MemoryZSwapCurrent" type="t" access="read"> | ||
| 245 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 246 | </property> | ||
| 247 | <property name="MemoryAvailable" type="t" access="read"> | ||
| 248 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 249 | </property> | ||
| 250 | <property name="EffectiveMemoryMax" type="t" access="read"> | ||
| 251 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 252 | </property> | ||
| 253 | <property name="EffectiveMemoryHigh" type="t" access="read"> | ||
| 254 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 255 | </property> | ||
| 256 | <property name="CPUUsageNSec" type="t" access="read"> | ||
| 257 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 258 | </property> | ||
| 259 | <property name="EffectiveCPUs" type="ay" access="read"> | ||
| 260 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 261 | </property> | ||
| 262 | <property name="EffectiveMemoryNodes" type="ay" access="read"> | ||
| 263 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 264 | </property> | ||
| 265 | <property name="TasksCurrent" type="t" access="read"> | ||
| 266 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 267 | </property> | ||
| 268 | <property name="EffectiveTasksMax" type="t" access="read"> | ||
| 269 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 270 | </property> | ||
| 271 | <property name="IPIngressBytes" type="t" access="read"> | ||
| 272 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 273 | </property> | ||
| 274 | <property name="IPIngressPackets" type="t" access="read"> | ||
| 275 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 276 | </property> | ||
| 277 | <property name="IPEgressBytes" type="t" access="read"> | ||
| 278 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 279 | </property> | ||
| 280 | <property name="IPEgressPackets" type="t" access="read"> | ||
| 281 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 282 | </property> | ||
| 283 | <property name="IOReadBytes" type="t" access="read"> | ||
| 284 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 285 | </property> | ||
| 286 | <property name="IOReadOperations" type="t" access="read"> | ||
| 287 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 288 | </property> | ||
| 289 | <property name="IOWriteBytes" type="t" access="read"> | ||
| 290 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 291 | </property> | ||
| 292 | <property name="IOWriteOperations" type="t" access="read"> | ||
| 293 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 294 | </property> | ||
| 295 | <property name="OOMKills" type="t" access="read"> | ||
| 296 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 297 | </property> | ||
| 298 | <property name="ManagedOOMKills" type="t" access="read"> | ||
| 299 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 300 | </property> | ||
| 301 | <!-- <method name="GetProcesses"> --> | ||
| 302 | <!-- <arg type="a(sus)" name="processes" direction="out"/> --> | ||
| 303 | <!-- </method> --> | ||
| 304 | <!-- <method name="AttachProcesses"> --> | ||
| 305 | <!-- <arg type="s" name="subcgroup" direction="in"/> --> | ||
| 306 | <!-- <arg type="au" name="pids" direction="in"/> --> | ||
| 307 | <!-- </method> --> | ||
| 308 | <method name="RemoveSubgroup"> | ||
| 309 | <arg type="s" name="subcgroup" direction="in"/> | ||
| 310 | <arg type="t" name="flags" direction="in"/> | ||
| 311 | </method> | ||
| 312 | <property name="Delegate" type="b" access="read"> | ||
| 313 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 314 | </property> | ||
| 315 | <property name="DelegateControllers" type="as" access="read"> | ||
| 316 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 317 | </property> | ||
| 318 | <property name="DelegateSubgroup" type="s" access="read"> | ||
| 319 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 320 | </property> | ||
| 321 | <property name="CPUWeight" type="t" access="read"> | ||
| 322 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 323 | </property> | ||
| 324 | <property name="StartupCPUWeight" type="t" access="read"> | ||
| 325 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 326 | </property> | ||
| 327 | <property name="CPUQuotaPerSecUSec" type="t" access="read"> | ||
| 328 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 329 | </property> | ||
| 330 | <property name="CPUQuotaPeriodUSec" type="t" access="read"> | ||
| 331 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 332 | </property> | ||
| 333 | <property name="AllowedCPUs" type="ay" access="read"> | ||
| 334 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 335 | </property> | ||
| 336 | <property name="StartupAllowedCPUs" type="ay" access="read"> | ||
| 337 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 338 | </property> | ||
| 339 | <property name="AllowedMemoryNodes" type="ay" access="read"> | ||
| 340 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 341 | </property> | ||
| 342 | <property name="StartupAllowedMemoryNodes" type="ay" access="read"> | ||
| 343 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 344 | </property> | ||
| 345 | <property name="IOAccounting" type="b" access="read"> | ||
| 346 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 347 | </property> | ||
| 348 | <property name="IOWeight" type="t" access="read"> | ||
| 349 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 350 | </property> | ||
| 351 | <property name="StartupIOWeight" type="t" access="read"> | ||
| 352 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 353 | </property> | ||
| 354 | <!-- <property name="IODeviceWeight" type="a(st)" access="read"> --> | ||
| 355 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> --> | ||
| 356 | <!-- </property> --> | ||
| 357 | <!-- <property name="IOReadBandwidthMax" type="a(st)" access="read"> --> | ||
| 358 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> --> | ||
| 359 | <!-- </property> --> | ||
| 360 | <!-- <property name="IOWriteBandwidthMax" type="a(st)" access="read"> --> | ||
| 361 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> --> | ||
| 362 | <!-- </property> --> | ||
| 363 | <!-- <property name="IOReadIOPSMax" type="a(st)" access="read"> --> | ||
| 364 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> --> | ||
| 365 | <!-- </property> --> | ||
| 366 | <!-- <property name="IOWriteIOPSMax" type="a(st)" access="read"> --> | ||
| 367 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> --> | ||
| 368 | <!-- </property> --> | ||
| 369 | <!-- <property name="IODeviceLatencyTargetUSec" type="a(st)" access="read"> --> | ||
| 370 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> --> | ||
| 371 | <!-- </property> --> | ||
| 372 | <property name="MemoryAccounting" type="b" access="read"> | ||
| 373 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 374 | </property> | ||
| 375 | <property name="MemoryMin" type="t" access="read"> | ||
| 376 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 377 | </property> | ||
| 378 | <property name="MemoryLow" type="t" access="read"> | ||
| 379 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 380 | </property> | ||
| 381 | <property name="StartupMemoryLow" type="t" access="read"> | ||
| 382 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 383 | </property> | ||
| 384 | <property name="MemoryHigh" type="t" access="read"> | ||
| 385 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 386 | </property> | ||
| 387 | <property name="StartupMemoryHigh" type="t" access="read"> | ||
| 388 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 389 | </property> | ||
| 390 | <property name="MemoryMax" type="t" access="read"> | ||
| 391 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 392 | </property> | ||
| 393 | <property name="StartupMemoryMax" type="t" access="read"> | ||
| 394 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 395 | </property> | ||
| 396 | <property name="MemorySwapMax" type="t" access="read"> | ||
| 397 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 398 | </property> | ||
| 399 | <property name="StartupMemorySwapMax" type="t" access="read"> | ||
| 400 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 401 | </property> | ||
| 402 | <property name="MemoryZSwapMax" type="t" access="read"> | ||
| 403 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 404 | </property> | ||
| 405 | <property name="StartupMemoryZSwapMax" type="t" access="read"> | ||
| 406 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 407 | </property> | ||
| 408 | <property name="MemoryZSwapWriteback" type="b" access="read"> | ||
| 409 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 410 | </property> | ||
| 411 | <property name="DevicePolicy" type="s" access="read"> | ||
| 412 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 413 | </property> | ||
| 414 | <!-- <property name="DeviceAllow" type="a(ss)" access="read"> --> | ||
| 415 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> --> | ||
| 416 | <!-- </property> --> | ||
| 417 | <property name="TasksAccounting" type="b" access="read"> | ||
| 418 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 419 | </property> | ||
| 420 | <property name="TasksMax" type="t" access="read"> | ||
| 421 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 422 | </property> | ||
| 423 | <property name="IPAccounting" type="b" access="read"> | ||
| 424 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 425 | </property> | ||
| 426 | <!-- <property name="IPAddressAllow" type="a(iayu)" access="read"> --> | ||
| 427 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> --> | ||
| 428 | <!-- </property> --> | ||
| 429 | <!-- <property name="IPAddressDeny" type="a(iayu)" access="read"> --> | ||
| 430 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> --> | ||
| 431 | <!-- </property> --> | ||
| 432 | <property name="IPIngressFilterPath" type="as" access="read"> | ||
| 433 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 434 | </property> | ||
| 435 | <property name="IPEgressFilterPath" type="as" access="read"> | ||
| 436 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 437 | </property> | ||
| 438 | <property name="DisableControllers" type="as" access="read"> | ||
| 439 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 440 | </property> | ||
| 441 | <property name="ManagedOOMSwap" type="s" access="read"> | ||
| 442 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 443 | </property> | ||
| 444 | <property name="ManagedOOMMemoryPressure" type="s" access="read"> | ||
| 445 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 446 | </property> | ||
| 447 | <property name="ManagedOOMMemoryPressureLimit" type="u" access="read"> | ||
| 448 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 449 | </property> | ||
| 450 | <property name="ManagedOOMMemoryPressureDurationUSec" type="t" access="read"> | ||
| 451 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 452 | </property> | ||
| 453 | <property name="ManagedOOMPreference" type="s" access="read"> | ||
| 454 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 455 | </property> | ||
| 456 | <!-- <property name="BPFProgram" type="a(ss)" access="read"> --> | ||
| 457 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> --> | ||
| 458 | <!-- </property> --> | ||
| 459 | <!-- <property name="SocketBindAllow" type="a(iiqq)" access="read"> --> | ||
| 460 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> --> | ||
| 461 | <!-- </property> --> | ||
| 462 | <!-- <property name="SocketBindDeny" type="a(iiqq)" access="read"> --> | ||
| 463 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> --> | ||
| 464 | <!-- </property> --> | ||
| 465 | <!-- <property name="RestrictNetworkInterfaces" type="(bas)" access="read"> --> | ||
| 466 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> --> | ||
| 467 | <!-- </property> --> | ||
| 468 | <property name="BindNetworkInterface" type="s" access="read"> | ||
| 469 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 470 | </property> | ||
| 471 | <property name="MemoryPressureWatch" type="s" access="read"> | ||
| 472 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 473 | </property> | ||
| 474 | <property name="MemoryPressureThresholdUSec" type="t" access="read"> | ||
| 475 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 476 | </property> | ||
| 477 | <!-- <property name="NFTSet" type="a(iiss)" access="read"> --> | ||
| 478 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> --> | ||
| 479 | <!-- </property> --> | ||
| 480 | <property name="CoredumpReceive" type="b" access="read"> | ||
| 481 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> | ||
| 482 | </property> | ||
| 483 | <property name="Environment" type="as" access="read"> | ||
| 484 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 485 | </property> | ||
| 486 | <!-- <property name="EnvironmentFiles" type="a(sb)" access="read"> --> | ||
| 487 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> --> | ||
| 488 | <!-- </property> --> | ||
| 489 | <property name="PassEnvironment" type="as" access="read"> | ||
| 490 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 491 | </property> | ||
| 492 | <property name="UnsetEnvironment" type="as" access="read"> | ||
| 493 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 494 | </property> | ||
| 495 | <property name="UMask" type="u" access="read"> | ||
| 496 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 497 | </property> | ||
| 498 | <property name="LimitCPU" type="t" access="read"> | ||
| 499 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 500 | </property> | ||
| 501 | <property name="LimitCPUSoft" type="t" access="read"> | ||
| 502 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 503 | </property> | ||
| 504 | <property name="LimitFSIZE" type="t" access="read"> | ||
| 505 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 506 | </property> | ||
| 507 | <property name="LimitFSIZESoft" type="t" access="read"> | ||
| 508 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 509 | </property> | ||
| 510 | <property name="LimitDATA" type="t" access="read"> | ||
| 511 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 512 | </property> | ||
| 513 | <property name="LimitDATASoft" type="t" access="read"> | ||
| 514 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 515 | </property> | ||
| 516 | <property name="LimitSTACK" type="t" access="read"> | ||
| 517 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 518 | </property> | ||
| 519 | <property name="LimitSTACKSoft" type="t" access="read"> | ||
| 520 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 521 | </property> | ||
| 522 | <property name="LimitCORE" type="t" access="read"> | ||
| 523 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 524 | </property> | ||
| 525 | <property name="LimitCORESoft" type="t" access="read"> | ||
| 526 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 527 | </property> | ||
| 528 | <property name="LimitRSS" type="t" access="read"> | ||
| 529 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 530 | </property> | ||
| 531 | <property name="LimitRSSSoft" type="t" access="read"> | ||
| 532 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 533 | </property> | ||
| 534 | <property name="LimitNOFILE" type="t" access="read"> | ||
| 535 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 536 | </property> | ||
| 537 | <property name="LimitNOFILESoft" type="t" access="read"> | ||
| 538 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 539 | </property> | ||
| 540 | <property name="LimitAS" type="t" access="read"> | ||
| 541 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 542 | </property> | ||
| 543 | <property name="LimitASSoft" type="t" access="read"> | ||
| 544 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 545 | </property> | ||
| 546 | <property name="LimitNPROC" type="t" access="read"> | ||
| 547 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 548 | </property> | ||
| 549 | <property name="LimitNPROCSoft" type="t" access="read"> | ||
| 550 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 551 | </property> | ||
| 552 | <property name="LimitMEMLOCK" type="t" access="read"> | ||
| 553 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 554 | </property> | ||
| 555 | <property name="LimitMEMLOCKSoft" type="t" access="read"> | ||
| 556 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 557 | </property> | ||
| 558 | <property name="LimitLOCKS" type="t" access="read"> | ||
| 559 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 560 | </property> | ||
| 561 | <property name="LimitLOCKSSoft" type="t" access="read"> | ||
| 562 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 563 | </property> | ||
| 564 | <property name="LimitSIGPENDING" type="t" access="read"> | ||
| 565 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 566 | </property> | ||
| 567 | <property name="LimitSIGPENDINGSoft" type="t" access="read"> | ||
| 568 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 569 | </property> | ||
| 570 | <property name="LimitMSGQUEUE" type="t" access="read"> | ||
| 571 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 572 | </property> | ||
| 573 | <property name="LimitMSGQUEUESoft" type="t" access="read"> | ||
| 574 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 575 | </property> | ||
| 576 | <property name="LimitNICE" type="t" access="read"> | ||
| 577 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 578 | </property> | ||
| 579 | <property name="LimitNICESoft" type="t" access="read"> | ||
| 580 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 581 | </property> | ||
| 582 | <property name="LimitRTPRIO" type="t" access="read"> | ||
| 583 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 584 | </property> | ||
| 585 | <property name="LimitRTPRIOSoft" type="t" access="read"> | ||
| 586 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 587 | </property> | ||
| 588 | <property name="LimitRTTIME" type="t" access="read"> | ||
| 589 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 590 | </property> | ||
| 591 | <property name="LimitRTTIMESoft" type="t" access="read"> | ||
| 592 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 593 | </property> | ||
| 594 | <property name="WorkingDirectory" type="s" access="read"> | ||
| 595 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 596 | </property> | ||
| 597 | <property name="RootDirectory" type="s" access="read"> | ||
| 598 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 599 | </property> | ||
| 600 | <property name="RootImage" type="s" access="read"> | ||
| 601 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 602 | </property> | ||
| 603 | <!-- <property name="RootImageOptions" type="a(ss)" access="read"> --> | ||
| 604 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> --> | ||
| 605 | <!-- </property> --> | ||
| 606 | <property name="RootHash" type="ay" access="read"> | ||
| 607 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 608 | </property> | ||
| 609 | <property name="RootHashPath" type="s" access="read"> | ||
| 610 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 611 | </property> | ||
| 612 | <property name="RootHashSignature" type="ay" access="read"> | ||
| 613 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 614 | </property> | ||
| 615 | <property name="RootHashSignaturePath" type="s" access="read"> | ||
| 616 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 617 | </property> | ||
| 618 | <property name="RootVerity" type="s" access="read"> | ||
| 619 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 620 | </property> | ||
| 621 | <property name="RootEphemeral" type="b" access="read"> | ||
| 622 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 623 | </property> | ||
| 624 | <property name="RootMStack" type="s" access="read"> | ||
| 625 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 626 | </property> | ||
| 627 | <property name="ExtensionDirectories" type="as" access="read"> | ||
| 628 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 629 | </property> | ||
| 630 | <!-- <property name="ExtensionImages" type="a(sba(ss))" access="read"> --> | ||
| 631 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> --> | ||
| 632 | <!-- </property> --> | ||
| 633 | <!-- <property name="MountImages" type="a(ssba(ss))" access="read"> --> | ||
| 634 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> --> | ||
| 635 | <!-- </property> --> | ||
| 636 | <property name="OOMScoreAdjust" type="i" access="read"> | ||
| 637 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 638 | </property> | ||
| 639 | <property name="CoredumpFilter" type="t" access="read"> | ||
| 640 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 641 | </property> | ||
| 642 | <property name="Nice" type="i" access="read"> | ||
| 643 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 644 | </property> | ||
| 645 | <property name="IOSchedulingClass" type="i" access="read"> | ||
| 646 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 647 | </property> | ||
| 648 | <property name="IOSchedulingPriority" type="i" access="read"> | ||
| 649 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 650 | </property> | ||
| 651 | <property name="CPUSchedulingPolicy" type="i" access="read"> | ||
| 652 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 653 | </property> | ||
| 654 | <property name="CPUSchedulingPriority" type="i" access="read"> | ||
| 655 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 656 | </property> | ||
| 657 | <property name="CPUAffinity" type="ay" access="read"> | ||
| 658 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 659 | </property> | ||
| 660 | <property name="CPUAffinityFromNUMA" type="b" access="read"> | ||
| 661 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 662 | </property> | ||
| 663 | <property name="NUMAPolicy" type="i" access="read"> | ||
| 664 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 665 | </property> | ||
| 666 | <property name="NUMAMask" type="ay" access="read"> | ||
| 667 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 668 | </property> | ||
| 669 | <property name="TimerSlackNSec" type="t" access="read"> | ||
| 670 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 671 | </property> | ||
| 672 | <property name="CPUSchedulingResetOnFork" type="b" access="read"> | ||
| 673 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 674 | </property> | ||
| 675 | <property name="NonBlocking" type="b" access="read"> | ||
| 676 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 677 | </property> | ||
| 678 | <property name="StandardInput" type="s" access="read"> | ||
| 679 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 680 | </property> | ||
| 681 | <property name="StandardInputFileDescriptorName" type="s" access="read"> | ||
| 682 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 683 | </property> | ||
| 684 | <property name="StandardInputData" type="ay" access="read"> | ||
| 685 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 686 | </property> | ||
| 687 | <property name="StandardOutput" type="s" access="read"> | ||
| 688 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 689 | </property> | ||
| 690 | <property name="StandardOutputFileDescriptorName" type="s" access="read"> | ||
| 691 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 692 | </property> | ||
| 693 | <property name="StandardError" type="s" access="read"> | ||
| 694 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 695 | </property> | ||
| 696 | <property name="StandardErrorFileDescriptorName" type="s" access="read"> | ||
| 697 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 698 | </property> | ||
| 699 | <property name="TTYPath" type="s" access="read"> | ||
| 700 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 701 | </property> | ||
| 702 | <property name="TTYReset" type="b" access="read"> | ||
| 703 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 704 | </property> | ||
| 705 | <property name="TTYVHangup" type="b" access="read"> | ||
| 706 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 707 | </property> | ||
| 708 | <property name="TTYVTDisallocate" type="b" access="read"> | ||
| 709 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 710 | </property> | ||
| 711 | <property name="TTYRows" type="q" access="read"> | ||
| 712 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 713 | </property> | ||
| 714 | <property name="TTYColumns" type="q" access="read"> | ||
| 715 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 716 | </property> | ||
| 717 | <property name="SyslogPriority" type="i" access="read"> | ||
| 718 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 719 | </property> | ||
| 720 | <property name="SyslogIdentifier" type="s" access="read"> | ||
| 721 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 722 | </property> | ||
| 723 | <property name="SyslogLevelPrefix" type="b" access="read"> | ||
| 724 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 725 | </property> | ||
| 726 | <property name="SyslogLevel" type="i" access="read"> | ||
| 727 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 728 | </property> | ||
| 729 | <property name="SyslogFacility" type="i" access="read"> | ||
| 730 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 731 | </property> | ||
| 732 | <property name="LogLevelMax" type="i" access="read"> | ||
| 733 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 734 | </property> | ||
| 735 | <property name="LogRateLimitIntervalUSec" type="t" access="read"> | ||
| 736 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 737 | </property> | ||
| 738 | <property name="LogRateLimitBurst" type="u" access="read"> | ||
| 739 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 740 | </property> | ||
| 741 | <!-- <property name="LogExtraFields" type="aay" access="read"> --> | ||
| 742 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> --> | ||
| 743 | <!-- </property> --> | ||
| 744 | <!-- <property name="LogFilterPatterns" type="a(bs)" access="read"> --> | ||
| 745 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> --> | ||
| 746 | <!-- </property> --> | ||
| 747 | <property name="LogNamespace" type="s" access="read"> | ||
| 748 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 749 | </property> | ||
| 750 | <property name="SecureBits" type="i" access="read"> | ||
| 751 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 752 | </property> | ||
| 753 | <property name="CapabilityBoundingSet" type="t" access="read"> | ||
| 754 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 755 | </property> | ||
| 756 | <property name="AmbientCapabilities" type="t" access="read"> | ||
| 757 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 758 | </property> | ||
| 759 | <property name="User" type="s" access="read"> | ||
| 760 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 761 | </property> | ||
| 762 | <property name="Group" type="s" access="read"> | ||
| 763 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 764 | </property> | ||
| 765 | <property name="DynamicUser" type="b" access="read"> | ||
| 766 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 767 | </property> | ||
| 768 | <property name="SetLoginEnvironment" type="b" access="read"> | ||
| 769 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 770 | </property> | ||
| 771 | <property name="RemoveIPC" type="b" access="read"> | ||
| 772 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 773 | </property> | ||
| 774 | <!-- <property name="SetCredential" type="a(say)" access="read"> --> | ||
| 775 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> --> | ||
| 776 | <!-- </property> --> | ||
| 777 | <!-- <property name="SetCredentialEncrypted" type="a(say)" access="read"> --> | ||
| 778 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> --> | ||
| 779 | <!-- </property> --> | ||
| 780 | <!-- <property name="LoadCredential" type="a(ss)" access="read"> --> | ||
| 781 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> --> | ||
| 782 | <!-- </property> --> | ||
| 783 | <!-- <property name="LoadCredentialEncrypted" type="a(ss)" access="read"> --> | ||
| 784 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> --> | ||
| 785 | <!-- </property> --> | ||
| 786 | <property name="ImportCredential" type="as" access="read"> | ||
| 787 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 788 | </property> | ||
| 789 | <!-- <property name="ImportCredentialEx" type="a(ss)" access="read"> --> | ||
| 790 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> --> | ||
| 791 | <!-- </property> --> | ||
| 792 | <property name="SupplementaryGroups" type="as" access="read"> | ||
| 793 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 794 | </property> | ||
| 795 | <property name="PAMName" type="s" access="read"> | ||
| 796 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 797 | </property> | ||
| 798 | <property name="ReadWritePaths" type="as" access="read"> | ||
| 799 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 800 | </property> | ||
| 801 | <property name="ReadOnlyPaths" type="as" access="read"> | ||
| 802 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 803 | </property> | ||
| 804 | <property name="InaccessiblePaths" type="as" access="read"> | ||
| 805 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 806 | </property> | ||
| 807 | <property name="ExecPaths" type="as" access="read"> | ||
| 808 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 809 | </property> | ||
| 810 | <property name="NoExecPaths" type="as" access="read"> | ||
| 811 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 812 | </property> | ||
| 813 | <property name="ExecSearchPath" type="as" access="read"> | ||
| 814 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 815 | </property> | ||
| 816 | <property name="MountFlags" type="t" access="read"> | ||
| 817 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 818 | </property> | ||
| 819 | <property name="PrivateTmp" type="b" access="read"> | ||
| 820 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 821 | </property> | ||
| 822 | <property name="PrivateTmpEx" type="s" access="read"> | ||
| 823 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 824 | </property> | ||
| 825 | <property name="PrivateDevices" type="b" access="read"> | ||
| 826 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 827 | </property> | ||
| 828 | <property name="ProtectClock" type="b" access="read"> | ||
| 829 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 830 | </property> | ||
| 831 | <property name="ProtectKernelTunables" type="b" access="read"> | ||
| 832 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 833 | </property> | ||
| 834 | <property name="ProtectKernelModules" type="b" access="read"> | ||
| 835 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 836 | </property> | ||
| 837 | <property name="ProtectKernelLogs" type="b" access="read"> | ||
| 838 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 839 | </property> | ||
| 840 | <property name="ProtectControlGroups" type="b" access="read"> | ||
| 841 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 842 | </property> | ||
| 843 | <property name="ProtectControlGroupsEx" type="s" access="read"> | ||
| 844 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 845 | </property> | ||
| 846 | <property name="PrivateNetwork" type="b" access="read"> | ||
| 847 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 848 | </property> | ||
| 849 | <property name="PrivateUsers" type="b" access="read"> | ||
| 850 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 851 | </property> | ||
| 852 | <property name="PrivateUsersEx" type="s" access="read"> | ||
| 853 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 854 | </property> | ||
| 855 | <property name="PrivateMounts" type="b" access="read"> | ||
| 856 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 857 | </property> | ||
| 858 | <property name="PrivateIPC" type="b" access="read"> | ||
| 859 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 860 | </property> | ||
| 861 | <property name="PrivatePIDs" type="s" access="read"> | ||
| 862 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 863 | </property> | ||
| 864 | <property name="ProtectHome" type="s" access="read"> | ||
| 865 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 866 | </property> | ||
| 867 | <property name="ProtectSystem" type="s" access="read"> | ||
| 868 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 869 | </property> | ||
| 870 | <property name="SameProcessGroup" type="b" access="read"> | ||
| 871 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 872 | </property> | ||
| 873 | <property name="UtmpIdentifier" type="s" access="read"> | ||
| 874 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 875 | </property> | ||
| 876 | <property name="UtmpMode" type="s" access="read"> | ||
| 877 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 878 | </property> | ||
| 879 | <!-- <property name="SELinuxContext" type="(bs)" access="read"> --> | ||
| 880 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> --> | ||
| 881 | <!-- </property> --> | ||
| 882 | <!-- <property name="AppArmorProfile" type="(bs)" access="read"> --> | ||
| 883 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> --> | ||
| 884 | <!-- </property> --> | ||
| 885 | <!-- <property name="SmackProcessLabel" type="(bs)" access="read"> --> | ||
| 886 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> --> | ||
| 887 | <!-- </property> --> | ||
| 888 | <property name="IgnoreSIGPIPE" type="b" access="read"> | ||
| 889 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 890 | </property> | ||
| 891 | <property name="NoNewPrivileges" type="b" access="read"> | ||
| 892 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 893 | </property> | ||
| 894 | <!-- <property name="SystemCallFilter" type="(bas)" access="read"> --> | ||
| 895 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> --> | ||
| 896 | <!-- </property> --> | ||
| 897 | <property name="SystemCallArchitectures" type="as" access="read"> | ||
| 898 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 899 | </property> | ||
| 900 | <property name="SystemCallErrorNumber" type="i" access="read"> | ||
| 901 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 902 | </property> | ||
| 903 | <!-- <property name="SystemCallLog" type="(bas)" access="read"> --> | ||
| 904 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> --> | ||
| 905 | <!-- </property> --> | ||
| 906 | <property name="Personality" type="s" access="read"> | ||
| 907 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 908 | </property> | ||
| 909 | <property name="LockPersonality" type="b" access="read"> | ||
| 910 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 911 | </property> | ||
| 912 | <!-- <property name="RestrictAddressFamilies" type="(bas)" access="read"> --> | ||
| 913 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> --> | ||
| 914 | <!-- </property> --> | ||
| 915 | <!-- <property name="RuntimeDirectorySymlink" type="a(sst)" access="read"> --> | ||
| 916 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> --> | ||
| 917 | <!-- </property> --> | ||
| 918 | <property name="RuntimeDirectoryPreserve" type="s" access="read"> | ||
| 919 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 920 | </property> | ||
| 921 | <property name="RuntimeDirectoryMode" type="u" access="read"> | ||
| 922 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 923 | </property> | ||
| 924 | <property name="RuntimeDirectory" type="as" access="read"> | ||
| 925 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 926 | </property> | ||
| 927 | <!-- <property name="StateDirectorySymlink" type="a(sst)" access="read"> --> | ||
| 928 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> --> | ||
| 929 | <!-- </property> --> | ||
| 930 | <property name="StateDirectoryMode" type="u" access="read"> | ||
| 931 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 932 | </property> | ||
| 933 | <property name="StateDirectoryAccounting" type="b" access="read"> | ||
| 934 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 935 | </property> | ||
| 936 | <!-- <property name="StateDirectoryQuota" type="(tus)" access="read"> --> | ||
| 937 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> --> | ||
| 938 | <!-- </property> --> | ||
| 939 | <property name="StateDirectory" type="as" access="read"> | ||
| 940 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 941 | </property> | ||
| 942 | <!-- <property name="CacheDirectorySymlink" type="a(sst)" access="read"> --> | ||
| 943 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> --> | ||
| 944 | <!-- </property> --> | ||
| 945 | <property name="CacheDirectoryMode" type="u" access="read"> | ||
| 946 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 947 | </property> | ||
| 948 | <property name="CacheDirectoryAccounting" type="b" access="read"> | ||
| 949 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 950 | </property> | ||
| 951 | <!-- <property name="CacheDirectoryQuota" type="(tus)" access="read"> --> | ||
| 952 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> --> | ||
| 953 | <!-- </property> --> | ||
| 954 | <property name="CacheDirectory" type="as" access="read"> | ||
| 955 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 956 | </property> | ||
| 957 | <!-- <property name="LogsDirectorySymlink" type="a(sst)" access="read"> --> | ||
| 958 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> --> | ||
| 959 | <!-- </property> --> | ||
| 960 | <property name="LogsDirectoryMode" type="u" access="read"> | ||
| 961 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 962 | </property> | ||
| 963 | <property name="LogsDirectoryAccounting" type="b" access="read"> | ||
| 964 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 965 | </property> | ||
| 966 | <!-- <property name="LogsDirectoryQuota" type="(tus)" access="read"> --> | ||
| 967 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> --> | ||
| 968 | <!-- </property> --> | ||
| 969 | <property name="LogsDirectory" type="as" access="read"> | ||
| 970 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 971 | </property> | ||
| 972 | <property name="ConfigurationDirectoryMode" type="u" access="read"> | ||
| 973 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 974 | </property> | ||
| 975 | <property name="ConfigurationDirectory" type="as" access="read"> | ||
| 976 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 977 | </property> | ||
| 978 | <property name="TimeoutCleanUSec" type="t" access="read"> | ||
| 979 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 980 | </property> | ||
| 981 | <property name="MemoryDenyWriteExecute" type="b" access="read"> | ||
| 982 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 983 | </property> | ||
| 984 | <property name="RestrictRealtime" type="b" access="read"> | ||
| 985 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 986 | </property> | ||
| 987 | <property name="RestrictSUIDSGID" type="b" access="read"> | ||
| 988 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 989 | </property> | ||
| 990 | <property name="RestrictNamespaces" type="t" access="read"> | ||
| 991 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 992 | </property> | ||
| 993 | <property name="DelegateNamespaces" type="t" access="read"> | ||
| 994 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 995 | </property> | ||
| 996 | <!-- <property name="RestrictFileSystems" type="(bas)" access="read"> --> | ||
| 997 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> --> | ||
| 998 | <!-- </property> --> | ||
| 999 | <!-- <property name="BindPaths" type="a(ssbt)" access="read"> --> | ||
| 1000 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> --> | ||
| 1001 | <!-- </property> --> | ||
| 1002 | <!-- <property name="BindReadOnlyPaths" type="a(ssbt)" access="read"> --> | ||
| 1003 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> --> | ||
| 1004 | <!-- </property> --> | ||
| 1005 | <!-- <property name="TemporaryFileSystem" type="a(ss)" access="read"> --> | ||
| 1006 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> --> | ||
| 1007 | <!-- </property> --> | ||
| 1008 | <property name="MountAPIVFS" type="b" access="read"> | ||
| 1009 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 1010 | </property> | ||
| 1011 | <property name="BindLogSockets" type="b" access="read"> | ||
| 1012 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 1013 | </property> | ||
| 1014 | <property name="KeyringMode" type="s" access="read"> | ||
| 1015 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 1016 | </property> | ||
| 1017 | <property name="ProtectProc" type="s" access="read"> | ||
| 1018 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 1019 | </property> | ||
| 1020 | <property name="ProcSubset" type="s" access="read"> | ||
| 1021 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 1022 | </property> | ||
| 1023 | <property name="ProtectHostname" type="b" access="read"> | ||
| 1024 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 1025 | </property> | ||
| 1026 | <!-- <property name="ProtectHostnameEx" type="(ss)" access="read"> --> | ||
| 1027 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> --> | ||
| 1028 | <!-- </property> --> | ||
| 1029 | <property name="PrivateBPF" type="s" access="read"> | ||
| 1030 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 1031 | </property> | ||
| 1032 | <property name="BPFDelegateCommands" type="s" access="read"> | ||
| 1033 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 1034 | </property> | ||
| 1035 | <property name="BPFDelegateMaps" type="s" access="read"> | ||
| 1036 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 1037 | </property> | ||
| 1038 | <property name="BPFDelegatePrograms" type="s" access="read"> | ||
| 1039 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 1040 | </property> | ||
| 1041 | <property name="BPFDelegateAttachments" type="s" access="read"> | ||
| 1042 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 1043 | </property> | ||
| 1044 | <property name="MemoryKSM" type="b" access="read"> | ||
| 1045 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 1046 | </property> | ||
| 1047 | <property name="MemoryTHP" type="s" access="read"> | ||
| 1048 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 1049 | </property> | ||
| 1050 | <property name="UserNamespacePath" type="s" access="read"> | ||
| 1051 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 1052 | </property> | ||
| 1053 | <property name="NetworkNamespacePath" type="s" access="read"> | ||
| 1054 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 1055 | </property> | ||
| 1056 | <property name="IPCNamespacePath" type="s" access="read"> | ||
| 1057 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 1058 | </property> | ||
| 1059 | <property name="RootImagePolicy" type="s" access="read"> | ||
| 1060 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 1061 | </property> | ||
| 1062 | <property name="MountImagePolicy" type="s" access="read"> | ||
| 1063 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 1064 | </property> | ||
| 1065 | <property name="ExtensionImagePolicy" type="s" access="read"> | ||
| 1066 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 1067 | </property> | ||
| 1068 | <!-- <property name="StateDirectoryQuotaUsage" type="(tt)" access="read"> --> | ||
| 1069 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> --> | ||
| 1070 | <!-- </property> --> | ||
| 1071 | <!-- <property name="CacheDirectoryQuotaUsage" type="(tt)" access="read"> --> | ||
| 1072 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> --> | ||
| 1073 | <!-- </property> --> | ||
| 1074 | <!-- <property name="LogsDirectoryQuotaUsage" type="(tt)" access="read"> --> | ||
| 1075 | <!-- <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="false"/> --> | ||
| 1076 | <!-- </property> --> | ||
| 1077 | <property name="KillMode" type="s" access="read"> | ||
| 1078 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 1079 | </property> | ||
| 1080 | <property name="KillSignal" type="i" access="read"> | ||
| 1081 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 1082 | </property> | ||
| 1083 | <property name="RestartKillSignal" type="i" access="read"> | ||
| 1084 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 1085 | </property> | ||
| 1086 | <property name="FinalKillSignal" type="i" access="read"> | ||
| 1087 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 1088 | </property> | ||
| 1089 | <property name="SendSIGKILL" type="b" access="read"> | ||
| 1090 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 1091 | </property> | ||
| 1092 | <property name="SendSIGHUP" type="b" access="read"> | ||
| 1093 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 1094 | </property> | ||
| 1095 | <property name="WatchdogSignal" type="i" access="read"> | ||
| 1096 | <annotation name="org.freedesktop.DBus.Property.EmitsChangedSignal" value="const"/> | ||
| 1097 | </property> | ||
| 1098 | </interface> | ||
| 1099 | </node> | ||
| 1100 | |||
