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
Add problematic laptop
[tails-test.git]
/
config
/
chroot_local-hooks
/
06-adduser_clearnet
blob
00bd86c1cafd732e3b08d8f374f764bbe9ce09f0
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