sudosh
sudosh copied to clipboard
Update README
trafficstars
what
- Update README
why
- Add known limitations for all the reasons why TTY session logging is easily circumvented
- Closes #13
Also I would add a note I find useful (I hope I understood sudoers man right) to the 3rd item of Usage topic. Something like this
Make all users able to become themselves via sudo (not only foobar user):
echo 'ALL ALL=() ALL' > /etc/sudoers.d/sudosh-all
@timp87 Nice trick!