установить разрешения (Set permissions)
Имя (Name)
flatpak-permission-set - Set permissions
Синопсис (Synopsis)
flatpak permission-set
[OPTION...] TABLE ID APP_ID
[PERMISSION...]
Описание (Description)
Set the permissions for an application in an entry in the
permission store. The entry is identified by TABLE and ID, the
application is identified by APP_ID. The PERMISSION strings must
be in a format suitable for the table.
The permission store is used by portals. Each portal generally
has its own table in the permission store, and the format of the
table entries is specific to each portal.
Параметры (Options)
The following options are understood:
-h
, --help
Show help options and exit.
--data=DATA
Associate DATA with the entry. The data must be a serialized
GVariant.
-v
, --verbose
Print debug information during command processing.
--ostree-verbose
Print OSTree debug information during command processing.
Примеры (Examples)
$ flatpak permission-set --data "{'always-ask':<true>}"
desktop-used-apps text/plain org.mozilla.Firefox org.gnome.gedit
0 3
Смотри также (See also)
flatpak(1), flatpak-permissions(1), flatpak-permission-remove(1),
flatpak-permission-reset(1), flatpak-permission-show(1)