Replies: 1 comment
-
Possible alternative to permission profiles as mini shell scripts setting podman run parameters:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Cnest 1.x currently uses trivial shell scripts as the "file format" for permission profiles. That is, the profile of extra permission, chosen at nest container creation time, to be allowed for that container. This is kind of similar to flatpak users and developers can choose from a selection of high-level permissions to be enabled or disabled.
Is there a file format that cnest (or similar tools) could use to determine what permissions should be granted when a nest container is created? Ideally, this file format could be used in a merge of user preferences plus image builder requirements. Similar to how flatseal lets users negotiate what permissions installed apps get above or below what a flatpak app has requested.
Beta Was this translation helpful? Give feedback.
All reactions