You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ostree-ext: Adapt to new containers policy config load order
Closes: #2258
The real fix here will be to migrate to `--require-signed`
from skopeo in the future.
Generated-by: AI (with only a few tweaks)
Signed-off-by: Colin Walters <walters@verbum.org>
Copy file name to clipboardExpand all lines: docs/src/man/bootc-install-to-disk.8.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ set `discoverable-partitions = true` in their install configuration
111
111
112
112
**--enforce-container-sigpolicy**
113
113
114
-
This is the inverse of the previous `--target-no-signature-verification` (which is now a no-op). Enabling this option enforces that `/etc/containers/policy.json` includes a default policy which requires signatures
114
+
This is the inverse of the previous `--target-no-signature-verification` (which is now a no-op). Enabling this option enforces that `containers-policy.json` (see `man containers-policy.json` for the full search path) includes a default policy which requires signatures
Copy file name to clipboardExpand all lines: docs/src/man/bootc-install-to-existing-root.8.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -157,7 +157,7 @@ of migrating the fstab entries. See the "Injecting kernel arguments" section abo
157
157
158
158
**--enforce-container-sigpolicy**
159
159
160
-
This is the inverse of the previous `--target-no-signature-verification` (which is now a no-op). Enabling this option enforces that `/etc/containers/policy.json` includes a default policy which requires signatures
160
+
This is the inverse of the previous `--target-no-signature-verification` (which is now a no-op). Enabling this option enforces that `containers-policy.json` (see `man containers-policy.json` for the full search path) includes a default policy which requires signatures
Copy file name to clipboardExpand all lines: docs/src/man/bootc-install-to-filesystem.8.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ is currently expected to be empty by default.
65
65
66
66
**--enforce-container-sigpolicy**
67
67
68
-
This is the inverse of the previous `--target-no-signature-verification` (which is now a no-op). Enabling this option enforces that `/etc/containers/policy.json` includes a default policy which requires signatures
68
+
This is the inverse of the previous `--target-no-signature-verification` (which is now a no-op). Enabling this option enforces that `containers-policy.json` (see `man containers-policy.json` for the full search path) includes a default policy which requires signatures
0 commit comments