-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
container: allow elevated privileged container for specific flist (#1188
) * container: enable elevated privileges for specific containers When starting a container with a specific flist url (need to be changed), enable a special 'elevated' flag. Elevated container are started with CAP_SYS_ADMIN and /dev/fuse device availaible, to allow FUSE working properly inside the container. This needs to be enabled only for trusted flist, since theses container have extra privileges. * container: add const explaination * provisiond: make elevated url matching repository based
- Loading branch information
Showing
3 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters