06-adduser_tails-upgrade-frontend 337 B

1234567891011121314
  1. #!/bin/sh
  2. set -e
  3. # Create the tails-upgrade-frontend user.
  4. #
  5. # The tails-upgrade-frontend program may be run as this user.
  6. # This avoids having to grant the desktop user the right to install
  7. # any arbitrary IUK.
  8. echo "Creating the tails-upgrade-frontend user"
  9. adduser --system --quiet --group --no-create-home tails-upgrade-frontend