repo.or.cz
/
tails-test.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Wait for at least one sdmem job to complete.
[tails-test.git]
/
config
/
chroot_local-hooks
/
06-adduser_htp
blob
739a4efa32c261844217f2bd31e1444a0bf07aeb
1
#!/bin/sh
2
3
# Create the htp user.
4
#
5
# We run htpdate as this user, so that we can whitelist its
6
# non-Torified outgoing packets.
7
8
echo
"creating the htp user"
9
10
adduser
--system --quiet --group --no-create-home
htp ||
: