From ad5b882563cc12fc7631f9c2f8f449a321b97d66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Fri, 15 Nov 2019 14:39:47 +0100 Subject: [PATCH] Updated Build and Install (markdown) --- Build-and-Install.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Build-and-Install.md b/Build-and-Install.md index 9fccb41..92e8485 100644 --- a/Build-and-Install.md +++ b/Build-and-Install.md @@ -16,6 +16,12 @@ Finally, to install the stripped binary, call: $ sudo make install -This will install the binary in `/usr/bin` by default. +This will install the stripped binary in `/usr/bin` by default. + +As usual you can use options `CC`, `INSTALL`, `prefix` and `DESTDIR` to adapt to your use-cases. + +On Linux it is really easy to get a working glorytun without being root. +The only required capability is `CAP_NET_ADMIN`: + + $ sudo setcap cap_net_admin=ep /usr/bin/glorytun -As usual you can use options `CC`, `INSTALL`, `prefix` and `DESTDIR` to adapt to your use-cases. \ No newline at end of file