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
Merge branch 'bugfix/git-https' into experimental
[tails-test.git]
/
config
/
chroot_local-hooks
/
06-adduser_clearnet
blob
f2157e1bb5848117d054f54a5e4d45cd0a7ff827
1
#!/bin/sh
2
3
set -e
4
5
# Create the clear user.
6
#
7
# We run unsafe-browser under this user, so that we can whitelist its
8
# non-Torified outgoing packets.
9
10
echo
"creating the clearnet user"
11
12
adduser
--system --quiet --group
clearnet