-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...es/by-name/microsoft/genpolicy/0001-genpolicy-add-rules-and-types-for-volumeDevices.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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Markus Rudy <[email protected]> | ||
Date: Thu, 23 May 2024 09:20:20 +0200 | ||
Subject: [PATCH] genpolicy: add rules and types for volumeDevices | ||
Subject: [PATCH 1/7] genpolicy: add rules and types for volumeDevices | ||
|
||
Signed-off-by: Markus Rudy <[email protected]> | ||
--- | ||
|
2 changes: 1 addition & 1 deletion
2
...-name/microsoft/genpolicy/0002-genpolicy-add-ability-to-filter-for-runtimeClassName.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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Paul Meyer <[email protected]> | ||
Date: Tue, 9 Jul 2024 16:07:09 +0200 | ||
Subject: [PATCH] genpolicy: add ability to filter for runtimeClassName | ||
Subject: [PATCH 2/7] genpolicy: add ability to filter for runtimeClassName | ||
|
||
Signed-off-by: Paul Meyer <[email protected]> | ||
--- | ||
|
2 changes: 1 addition & 1 deletion
2
packages/by-name/microsoft/genpolicy/0003-genpolicy-allow-specifying-layer-cache-file.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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Paul Meyer <[email protected]> | ||
Date: Tue, 9 Jul 2024 16:14:46 +0200 | ||
Subject: [PATCH] genpolicy: allow specifying layer cache file | ||
Subject: [PATCH 3/7] genpolicy: allow specifying layer cache file | ||
|
||
Add --layers-cache-file-path flag to allow the user to | ||
specify where the cache file for the container layers | ||
|
2 changes: 1 addition & 1 deletion
2
...-name/microsoft/genpolicy/0004-genpolicy-regex-check-contrast-specific-layer-src-pr.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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Paul Meyer <[email protected]> | ||
Date: Thu, 11 Jul 2024 12:05:00 +0200 | ||
Subject: [PATCH] genpolicy: regex check contrast specific layer-src-prefix | ||
Subject: [PATCH 4/7] genpolicy: regex check contrast specific layer-src-prefix | ||
|
||
Signed-off-by: Paul Meyer <[email protected]> | ||
--- | ||
|
2 changes: 1 addition & 1 deletion
2
...s/by-name/microsoft/genpolicy/0005-genpolicy-propagate-mount_options-for-empty-dirs.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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Leonard Cohnen <[email protected]> | ||
Date: Thu, 29 Aug 2024 03:45:24 +0200 | ||
Subject: [PATCH] genpolicy: propagate mount_options for empty dirs | ||
Subject: [PATCH 5/7] genpolicy: propagate mount_options for empty dirs | ||
|
||
In order to mount empty dirs e.g., with mount propagation "Bidirectional", we need the yaml value to the policy | ||
--- | ||
|
2 changes: 1 addition & 1 deletion
2
...y-name/microsoft/genpolicy/0006-genpolicy-support-HostToContainer-mount-propagation.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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: Leonard Cohnen <[email protected]> | ||
Date: Fri, 30 Aug 2024 00:30:57 +0200 | ||
Subject: [PATCH] genpolicy: support HostToContainer mount propagation | ||
Subject: [PATCH 6/7] genpolicy: support HostToContainer mount propagation | ||
|
||
--- | ||
src/tools/genpolicy/src/mount_and_storage.rs | 5 +++-- | ||
|
2 changes: 1 addition & 1 deletion
2
...-name/microsoft/genpolicy/0007-genpolicy-support-for-VOLUME-definition-in-container.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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | ||
From: miampf <[email protected]> | ||
Date: Thu, 14 Nov 2024 12:34:56 +0100 | ||
Subject: [PATCH] genpolicy: support for VOLUME definition in container image | ||
Subject: [PATCH 7/7] genpolicy: support for VOLUME definition in container image | ||
|
||
--- | ||
src/tools/genpolicy/genpolicy-settings.json | 14 ++++- | ||
|