-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sandbox-permissions: Document the device fallback mechanism #478
Conversation
6365486
to
a7b603f
Compare
Applied all the resolved comment for now. |
5f9d1eb
to
ce589c3
Compare
.. code-block:: | ||
|
||
--device=fallback:DEVICE_PERMISSION:FALLBACK_PERMISSION | ||
--device=FALLBACK_PERMISSION |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this line necessary?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
because otherwise older version of Flatpak will do nothing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right, this was more of question that the docs should answer because it is not obvious.
Might want to split this into multiple commits, the last one describing the new fallback mechanism. |
Signed-off-by: Hubert Figuière <hub@figuiere.net>
Signed-off-by: Hubert Figuière <hub@figuiere.net>
ce589c3
to
8030492
Compare
See #484 |
This is the documentation for flatpak/flatpak#5708
Currently draft, should be landed afer the feature.