mirror of
https://github.com/projectatomic/rpm-ostree.git
synced 2026-02-05 09:45:27 +01:00
To pick up recent fixes, but especially to Closes: https://github.com/coreos/rpm-ostree/issues/5406 Signed-off-by: Colin Walters <walters@verbum.org>
17 lines
536 B
TOML
17 lines
536 B
TOML
[licenses]
|
|
allow = ["Apache-2.0", "Apache-2.0 WITH LLVM-exception", "MIT",
|
|
"BSD-3-Clause", "BSD-2-Clause", "Zlib",
|
|
"Unlicense", "CC0-1.0", "BSL-1.0",
|
|
"Unicode-DFS-2016", "Unicode-3.0",
|
|
"LGPL-2.1 WITH GCC-exception-2.0"]
|
|
private = { ignore = true }
|
|
|
|
[[bans.deny]]
|
|
# We want to require FIPS validation downstream, so we use openssl
|
|
name = "ring"
|
|
|
|
[sources]
|
|
unknown-registry = "deny"
|
|
unknown-git = "deny"
|
|
allow-git = ["https://github.com/containers/bootc", "https://github.com/containers/composefs-rs"]
|