From 1c2a97ffdf069b60a696a9825b56e61c08a10147 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sun, 24 Feb 2019 18:15:34 +0100 Subject: Bind to real tftp port (69) and drop privileges immediately after --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ab6e99f..0262809 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,6 +6,7 @@ edition = "2018" license = "GPL-3.0-or-later" [dependencies] +nix = "0.13.0" [[bin]] name = "rtftpd" -- cgit v1.2.3