diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2026-06-04 20:55:34 +0200 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2026-06-04 20:55:34 +0200 |
| commit | 4fa0f3e8235d9cfb802c8a2ab9cf627ebee8517a (patch) | |
| tree | 4e61c91fdbdb005fbe1fca3d8a083e9155e87335 /src/tftpd.rs | |
| parent | 8aa4e4dfec6ac455fd7f4f3402439648bd4200f1 (diff) | |
Update dependencies
Diffstat (limited to 'src/tftpd.rs')
| -rw-r--r-- | src/tftpd.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tftpd.rs b/src/tftpd.rs index ae719de..5ff4a54 100644 --- a/src/tftpd.rs +++ b/src/tftpd.rs @@ -276,7 +276,7 @@ impl Tftpd { }; let restrict = || -> Result<RestrictionStatus, RulesetError> { - landlock::Ruleset::new() + landlock::Ruleset::default() .handle_access(access_all)? .create()? .add_rule(PathBeneath::new(pathfd, access))? |
