Skip to content

Commit

Permalink
Add doc about infinity0's wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
juga0 committed Sep 1, 2017
1 parent 53a07cf commit 8b5c4be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/privileges.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ Possible solutions to minimise privileges and their associated problems:
5. wrapper that does the same as in 4. without a system-level process
manager. See section "wrapper to inherit capabilities"

It could be solved with `infinity0's wrapper <https://github.com/infinity0/ambient-rs>` running::

RUST_BACKTRACE=1 ./target/debug/ambient -c NET_RAW,NET_ADMIN,NET_BIND_SERVICE /usr/bin/python3 -m dhcpcanon.dhcpcanon -v

6. wrapper with privileges to disable linux Remote Path (RP) filter,
open sockets, then call the client:
* problems:
Expand Down

0 comments on commit 8b5c4be

Please sign in to comment.