Skip to content

Instantly share code, notes, and snippets.

@santa4nt
Created January 8, 2014 17:56
Show Gist options
  • Select an option

  • Save santa4nt/8321226 to your computer and use it in GitHub Desktop.

Select an option

Save santa4nt/8321226 to your computer and use it in GitHub Desktop.
Using truecrypt without prompting for user's sudoer password at each mount
# add with `sudo visudo`:
username ALL=(root) NOPASSWD:/usr/bin/truecrypt
# obviously change 'username'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment