Commit d888dce1 authored by Peter Palfrader's avatar Peter Palfrader
Browse files

The tor user does not need a working shell

When creating the debian-tor user that tor runs at, create it with a
shell of /bin/false instead of /bin/bash.  Does not change shells of
existing users (closes: #658358).
parent 39cd6183
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
tor (0.2.3.13-alpha-1) experimental; urgency=low

  * New upstream version.
  * When creating the debian-tor user that tor runs at, create it with
    a shell of /bin/false instead of /bin/bash.  Does not change shells
    of existing users (closes: #658358).

 -- Peter Palfrader <weasel@debian.org>  Tue, 27 Mar 2012 08:43:41 +0200
 -- Peter Palfrader <weasel@debian.org>  Tue, 27 Mar 2012 08:44:07 +0200

tor (0.2.3.12-alpha-1) experimental; urgency=low

+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ else
		--disabled-password \
		--home /var/lib/tor \
		--no-create-home \
		--shell /bin/bash \
		--shell /bin/false \
		--group \
		debian-tor
fi