1FLATPAK PERMISSION-(1) flatpak permission-show FLATPAK PERMISSION-(1)
2
3
4
6 flatpak-permission-show - Show permissions
7
9 flatpak permission-show [OPTION...] APP_ID
10
12 Lists dynamic permissions for the given app which are stored in the
13 Flatpak permission store.
14
15 When called without arguments, lists all the entries in all permission
16 store tables. When called with one argument, lists all the entries in
17 the named table. When called with two arguments, lists the entry in the
18 named table for the given object ID.
19
20 The permission store is used by portals. Each portal generally has its
21 own table in the permission store, and the format of the table entries
22 is specific to each portal.
23
25 The following options are understood:
26
27 -h, --help
28 Show help options and exit.
29
30 -v, --verbose
31 Print debug information during command processing.
32
33 --ostree-verbose
34 Print OSTree debug information during command processing.
35
37 flatpak(1), flatpak-permissions(1), flatpak-permission-remove(1),
38 flatpak-permission-reset(1), flatpak-permission-set(1)
39
40
41
42flatpak FLATPAK PERMISSION-(1)