mirror of
https://github.com/containers/image.git
synced 2025-04-18 19:44:05 +03:00
8 lines
242 B
Go
8 lines
242 B
Go
//go:build !freebsd
|
|
|
|
package signature
|
|
|
|
// builtinDefaultPolicyPath is the policy path used for DefaultPolicy().
|
|
// DO NOT change this, instead see systemDefaultPolicyPath above.
|
|
const builtinDefaultPolicyPath = "/etc/containers/policy.json"
|