Merge remote-tracking branch 'flapflap/de-network_configuration'
[tails-test.git] / config / chroot_local-hooks / 06-adduser_tor-launcher
blobf7beab1f55ca6aaf036dabd03d38209fcc37cf45
1 #!/bin/sh
3 set -e
5 # Create the tor-launcher user.
7 # We run Tor Launcher under this user, and give it acces to Tor's
8 # control port via adding it to the debian-tor group.
10 echo "creating the tor-launcher user"
12 adduser --system --quiet --group tor-launcher
13 adduser tor-launcher debian-tor