Skip to content

Commit

Permalink
README: Changed sudoers line.
Browse files Browse the repository at this point in the history
  • Loading branch information
diosney committed Jul 3, 2014
1 parent 1fd1dc9 commit 0f3c823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ sure is installed by default in Linux based OSes.
Other requirement is about permission levels. To properly execute the provided methods the application that uses the
module must have the proper `sudo` privileges. One way to do it could be by adding a custom user to the system:

`sudo adduser --system --no-create-home netfilter`
`sudo adduser --no-create-home netfilter`

then add its permissions at `/etc/sudoers` file:

Expand Down

0 comments on commit 0f3c823

Please sign in to comment.