Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

config: Disable jailer by default for firecracker #2229

Merged
merged 1 commit into from
Nov 20, 2019

Conversation

amshinde
Copy link
Member

Comment out jailer path so that it is disabled by default.

Fixes #2228

Signed-off-by: Archana Shinde archana.m.shinde@intel.com

@amshinde amshinde requested a review from egernst November 20, 2019 17:09
@@ -16,7 +16,7 @@ path = "@FCPATH@"
# If the jailer path is not set kata will launch firecracker
# without a jail. If the jailer is set firecracker will be
# launched in a jailed enviornment created by the jailer
jailer_path = "@FCJAILERPATH@"
#jailer_path = "@FCJAILERPATH@"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we update the comment to note why it is disabled by default?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@grahamwhaley I have added a comment. @egernst Let me know if that looks ok to you.

Comment out jailer path so that it is disabled by default.

Fixes kata-containers#2228

Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
@amshinde
Copy link
Member Author

/test

@codecov
Copy link

codecov bot commented Nov 20, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@48c8d66). Click here to learn what that means.
The diff coverage is n/a.

@@            Coverage Diff            @@
##             master    #2229   +/-   ##
=========================================
  Coverage          ?   49.78%           
=========================================
  Files             ?      111           
  Lines             ?    16616           
  Branches          ?        0           
=========================================
  Hits              ?     8272           
  Misses            ?     7278           
  Partials          ?     1066

@egernst egernst merged commit 660728f into kata-containers:master Nov 20, 2019
@amshinde amshinde deleted the disable-jailer branch June 19, 2020 18:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Disable jailer by default for firecracker.
4 participants