From 0c0ee8b61a76c3f842417cfde21d033d3f4900b4 Mon Sep 17 00:00:00 2001 From: Razvan Deaconescu Date: Sat, 21 May 2011 19:57:23 +0300 Subject: [PATCH] raw: Mention requirement for root user in README. Privileged user must be used to run test suite and other programs using the raw socket swift API: raw sockets may only be created by a privileged user. --- src/raw/README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/raw/README b/src/raw/README index a277dcb..a27f372 100644 --- a/src/raw/README +++ b/src/raw/README @@ -23,7 +23,10 @@ Use the test/ folder to test the implementation. Use the Makefile to build the test executable and then run it: cd test/ make - ./test + sudo ./test + +Test suite (and other usage of the API) must be run as root as it uses +raw sockets. = FILE STRUCTURE = -- 2.20.1