diff options
| author | Reiner Herrmann <reiner@reiner-h.de> | 2023-04-19 23:34:31 +0200 |
|---|---|---|
| committer | Reiner Herrmann <reiner@reiner-h.de> | 2023-04-19 23:34:31 +0200 |
| commit | 9cbe0b8e75a7fcb96a4bd93908170cba3ae20d03 (patch) | |
| tree | 593fca8a3aad3aa2ebf2a4855183ad44cced8b0d | |
| parent | 5488f21affd32fdf23dcc8774dade982f61c4615 (diff) | |
Add missing imports to build with current landlock snapshot
| -rw-r--r-- | src/tftpd.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tftpd.rs b/src/tftpd.rs index 74b5cc0..24877be 100644 --- a/src/tftpd.rs +++ b/src/tftpd.rs @@ -18,8 +18,8 @@ use threadpool::ThreadPool; #[cfg(feature = "landlock")] use landlock::{ - Access, AccessFs, PathBeneath, PathFd, RestrictionStatus, - RulesetError, RulesetStatus, ABI + Access, AccessFs, PathBeneath, PathFd, RestrictionStatus, RulesetAttr, + RulesetCreatedAttr, RulesetError, RulesetStatus, ABI }; #[derive(Clone)] |
