From c20e43de353cc7ea2956c0f1aac2069da826ae1c Mon Sep 17 00:00:00 2001 From: wangyu- Date: Thu, 14 Dec 2017 09:09:57 -0800 Subject: [PATCH] Updated run udp2raw with non root account (markdown) --- run-udp2raw-with-non-root-account.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run-udp2raw-with-non-root-account.md b/run-udp2raw-with-non-root-account.md index da06c89..6627146 100644 --- a/run-udp2raw-with-non-root-account.md +++ b/run-udp2raw-with-non-root-account.md @@ -1,4 +1,4 @@ -It's not security secure to run udp2raw with root. This page demonstrates how to run udp2raw with a non-root account. +It's not security secure to run a program with root. This page demonstrates how to run udp2raw with a non-root account. You must have `setcap` as a prerequisite. `setcap` is shipped with most desktop linux distributions by defualt. But its seems to be missing on OpenWRT/LEDE.