Skip to content

Commit

Permalink
edited settings patches
Browse files Browse the repository at this point in the history
  • Loading branch information
miampf committed Nov 14, 2024
1 parent 49f53d3 commit 4382fae
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 16 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/genpolicy-settings.json b/genpolicy-settings.json
index 7d35862a..4eacc7cd 100644
index fd998a41b..ba362a77d 100755
--- a/genpolicy-settings.json
+++ b/genpolicy-settings.json
@@ -307,7 +307,8 @@
@@ -319,7 +319,8 @@
"^AZURE_CLIENT_ID=[A-Fa-f0-9-]*$",
"^AZURE_TENANT_ID=[A-Fa-f0-9-]*$",
"^AZURE_FEDERATED_TOKEN_FILE=/var/run/secrets/azure/tokens/azure-identity-token$",
Expand All @@ -12,10 +12,6 @@ index 7d35862a..4eacc7cd 100644
]
},
"CopyFileRequest": [
@@ -322,4 +323,4 @@
"UpdateEphemeralMountsRequest": false,
"WriteStreamRequest": false
}
-}
\ No newline at end of file
+}
--
2.47.0

Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/genpolicy-settings.json b/genpolicy-settings.json
index 7d35862a..f469b201 100644
index fd998a41b..17d562c8a 100755
--- a/genpolicy-settings.json
+++ b/genpolicy-settings.json
@@ -307,7 +307,8 @@
@@ -319,7 +319,8 @@
"^AZURE_CLIENT_ID=[A-Fa-f0-9-]*$",
"^AZURE_TENANT_ID=[A-Fa-f0-9-]*$",
"^AZURE_FEDERATED_TOKEN_FILE=/var/run/secrets/azure/tokens/azure-identity-token$",
Expand All @@ -12,13 +12,13 @@ index 7d35862a..f469b201 100644
]
},
"CopyFileRequest": [
@@ -315,11 +316,13 @@
@@ -327,11 +328,13 @@
],
"ExecProcessRequest": {
"commands": [],
- "regex": []
+ "regex": [
+ ".*"
+ ".*"
+ ]
},
"CloseStdinRequest": false,
Expand All @@ -27,6 +27,7 @@ index 7d35862a..f469b201 100644
- "WriteStreamRequest": false
+ "WriteStreamRequest": true
}
-}
\ No newline at end of file
+}
}
--
2.47.0

0 comments on commit 4382fae

Please sign in to comment.