06-adduser_tails-iuk-get-target-file 350 B

1234567891011121314
  1. #!/bin/sh
  2. set -e
  3. # Create the tails-iuk-get-target-file user.
  4. #
  5. # The tails-iuk-get-target-file program may be run as this user.
  6. # This allows us, some day, to allow it to run in the clear,
  7. # without going through Tor.
  8. echo "Creating the tails-iuk-get-target-file user"
  9. adduser --system --quiet --group --no-create-home tails-iuk-get-target-file