This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/plc4x-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 86662a7  Site checkin for project PLC4X: Jenkins Tools
86662a7 is described below

commit 86662a7e0ac454969728614b6dd9b7a73f1695fd
Author: jenkins <[email protected]>
AuthorDate: Mon Apr 6 15:50:01 2020 +0000

    Site checkin for project PLC4X: Jenkins Tools
---
 developers/preparing/linux.html | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/developers/preparing/linux.html b/developers/preparing/linux.html
index dc4334f..00b18b6 100644
--- a/developers/preparing/linux.html
+++ b/developers/preparing/linux.html
@@ -266,6 +266,14 @@
 <pre>sudo yum install libpcap-devel</pre>
 </div>
 </div>
+<div class="paragraph">
+<p>Using libpcap usually requires root privileges, however the java process 
can be granted permission to do so by executing the following command.</p>
+</div>
+<div class="literalblock">
+<div class="content">
+<pre>setcap cap_net_raw,cap_net_admin=eip /path/to/java</pre>
+</div>
+</div>
 </div>
 <div class="sect2">
 <h3 id="gcc">gcc</h3>

Reply via email to