repo.or.cz
/
besstails.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of git://git.tails.boum.org/tails
[besstails.git]
/
config
/
chroot_local-hooks
/
06-adduser_htp
blob
bdacec605eecdef17a10a0c0950f8f1408dc17eb
1
#!/bin/sh
2
3
set -e
4
5
# Create the htp user.
6
#
7
# We run htpdate as this user, so that we can whitelist its
8
# non-Torified outgoing packets.
9
10
echo
"creating the htp user"
11
12
adduser
--system --quiet --group --no-create-home
htp