File: com.endlessm.ParentalControls.AppFilter.xml

package info (click to toggle)
malcontent 0.13.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,756 kB
  • sloc: ansic: 7,418; python: 418; xml: 377; sh: 36; makefile: 14
file content (51 lines) | stat: -rw-r--r-- 1,743 bytes parent folder | download | duplicates (4)
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
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd" >
<node name="/" xmlns:doc="http://www.freedesktop.org/dbus/1.0/doc.dtd">
  <interface name="com.endlessm.ParentalControls.AppFilter">
    <property name="AppFilter" type="(bas)" access="readwrite">
      <doc:doc>
        <doc:description>
          <doc:para>
            List of applications to allow (boolean is True) or deny
            (boolean is False) access to.
          </doc:para>
        </doc:description>
      </doc:doc>
    </property>

    <property name="OarsFilter" type="(sa{ss})" access="readwrite">
      <doc:doc>
        <doc:description>
          <doc:para>
            Restriction levels for different OARS categories, preventing
            installation of apps which exceed those levels. The first string is
            the OARS version (for example, `oars-1.1`), followed by a dictionary
            mapping OARS categories to values.
          </doc:para>
        </doc:description>
      </doc:doc>
    </property>

    <property name="AllowUserInstallation" type="b" access="readwrite">
      <doc:doc>
        <doc:description>
          <doc:para>
            Whether to allow installation of apps to the user flatpak
            repository.
          </doc:para>
        </doc:description>
      </doc:doc>
    </property>

    <property name="AllowSystemInstallation" type="b" access="readwrite">
      <doc:doc>
        <doc:description>
          <doc:para>
            Whether to allow installation of apps to the system flatpak
            repository.
          </doc:para>
        </doc:description>
      </doc:doc>
    </property>

  </interface>
</node>