-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue with SELinux and akri (#126)
* Fix issue with SELinux and akri Make the agent container privileged, so that SELinux doesn't prevent it from working. For the context, SELinux denies access to the containerd socket for non-privileged containers. This policy is sensible and one may argue that giving access to that socket is already akin to making the container privileged. Signed-off-by: Nicolas Belouin <[email protected]> * Make charts Signed-off-by: Nicolas Belouin <[email protected]> * Fix default value of security context for agent Signed-off-by: Nicolas Belouin <[email protected]> * Make charts Signed-off-by: Nicolas Belouin <[email protected]> --------- Signed-off-by: Nicolas Belouin <[email protected]>
- Loading branch information
1 parent
5ed2fad
commit 2cd22cd
Showing
6 changed files
with
35 additions
and
13 deletions.
There are no files selected for viewing
Binary file not shown.
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
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