Override the hostname provided by the DHCP server (Closes: #7769).
[tails-test.git] / config / chroot_local-hooks / 06-adduser_tails-iuk-get-target-file
blobd438f92e318b71fa2482bbbf9c64a3b02e994829
1 #!/bin/sh
3 set -e
5 # Create the tails-iuk-get-target-file user.
7 # The tails-iuk-get-target-file program may be run as this user.
8 # This allows us, some day, to allow it to run in the clear,
9 # without going through Tor.
11 echo "Creating the tails-iuk-get-target-file user"
13 adduser --system --quiet --group --no-create-home tails-iuk-get-target-file