-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Logs may contain sensitive data and so they should be hidden by default. Upstream kata hides logs by default, but the Microsoft fork made them visible. This patch reverts back to hiding the logs. This won't affect the coordinator though because it uses a different set of settings. Note that this settings file is only included in release builds (.#cli-release).
- Loading branch information
Showing
2 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
13 changes: 13 additions & 0 deletions
13
packages/by-name/microsoft/genpolicy/genpolicy_msft_settings_prod.patch
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/genpolicy-settings.json b/genpolicy-settings.json | ||
index 7d35862af..4e468d78e 100644 | ||
--- a/genpolicy-settings.json | ||
+++ b/genpolicy-settings.json | ||
@@ -318,7 +318,7 @@ | ||
"regex": [] | ||
}, | ||
"CloseStdinRequest": false, | ||
- "ReadStreamRequest": true, | ||
+ "ReadStreamRequest": false, | ||
"UpdateEphemeralMountsRequest": false, | ||
"WriteStreamRequest": false | ||
} |
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