Skip to content

Commit

Permalink
[docs] Don't restrict sudo to root
Browse files Browse the repository at this point in the history
  • Loading branch information
honza committed Feb 11, 2020
1 parent 26bae99 commit 805530d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Later versions of this guide may address passthrough virtualization which allows
Ensure that the username you are developing with, has passwordless sudo access. This can be any username. This example uses the username ‘rhhi’:
```
# useradd rhhi
# echo "rhhi ALL=(root) NOPASSWD:ALL" | tee -a /etc/sudoers.d/rhhi
# echo "rhhi ALL=(ALL) NOPASSWD:ALL" | tee -a /etc/sudoers.d/rhhi
# chmod 0440 /etc/sudoers.d/rhhi
```

Expand Down

0 comments on commit 805530d

Please sign in to comment.