diff options
Diffstat (limited to 'src/authorization')
| -rw-r--r-- | src/authorization/cedar_authorizer.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/authorization/cedar_authorizer.rs b/src/authorization/cedar_authorizer.rs index 6cda7484..ed639f28 100644 --- a/src/authorization/cedar_authorizer.rs +++ b/src/authorization/cedar_authorizer.rs @@ -130,7 +130,7 @@ impl CedarAuthorizer { impl Default for CedarAuthorizer { fn default() -> Self { Self::new_from( - std::path::Path::new("/etc/authzd"), + std::path::Path::new("./etc/authzd"), cedar_policy::Entities::empty(), ) } |
