1FLATPAK PERMISSION-(1)      flatpak permission-set      FLATPAK PERMISSION-(1)
2
3
4

NAME

6       flatpak-permission-set - Set permissions
7

SYNOPSIS

9       flatpak permission-set [OPTION...] TABLE ID APP_ID [PERMISSION...]
10

DESCRIPTION

12       Set the permissions for an application in an entry in the permission
13       store. The entry is identified by TABLE and ID, the application is
14       identified by APP_ID. The PERMISSION strings must be in a format
15       suitable for the table.
16
17       The permission store is used by portals. Each portal generally has its
18       own table in the permission store, and the format of the table entries
19       is specific to each portal.
20

OPTIONS

22       The following options are understood:
23
24       -h, --help
25           Show help options and exit.
26
27       --data=DATA
28           Associate DATA with the entry. The data must be a serialized
29           GVariant.
30
31       -v, --verbose
32           Print debug information during command processing.
33
34       --ostree-verbose
35           Print OSTree debug information during command processing.
36

EXAMPLES

38       $ flatpak permission-set --data "{'always-ask':<true>}"
39       desktop-used-apps text/plain org.mozilla.Firefox org.gnome.gedit 0 3
40

SEE ALSO

42       flatpak(1), flatpak-permissions(1), flatpak-permission-remove(1),
43       flatpak-permission-reset(1), flatpak-permission-show(1)
44
45
46
47flatpak                                                 FLATPAK PERMISSION-(1)
Impressum