From 26f0792d95fff5f9910c962f120d93a870838a00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andy=20Teijelo=20P=C3=A9rez?= Date: Tue, 5 Sep 2017 15:37:58 -0400 Subject: [PATCH] Add README --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..49fad54 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +### Smallnet + +A very simple UI for managing a small /24 network. More info at this [blog post][ateijelo-smallnet] + +#### Sendhup + +For security reasons Smallnet delegates the task of reloading the configuration of *freeradius* and *dnsmasq* to a small setuid binary. + +To compile it, run: + +~~~ +g++ -o sendhup sendhup +~~~ + +And make it owned by root and setuid like this: + +~~~ +sudo chown root: sendhup +sudo chmod 4755 sendhup +~~~ + +[ateijelo-smallnet]: http://www.ateijelo.com/blog/2016/09/29/smallnet