debian: create tinyproxy as system user
This commit is contained in:
parent
9ef05c3ae3
commit
586e746953
2
debian/qubes-core-agent.preinst
vendored
2
debian/qubes-core-agent.preinst
vendored
|
@ -91,7 +91,7 @@ EOF
|
||||||
}
|
}
|
||||||
id -u 'tinyproxy' || {
|
id -u 'tinyproxy' || {
|
||||||
groupadd -f tinyproxy
|
groupadd -f tinyproxy
|
||||||
useradd -g tinyproxy -M --home /run/tinyproxy --shell /bin/false tinyproxy
|
useradd -g tinyproxy -r -M --home /run/tinyproxy --shell /bin/false tinyproxy
|
||||||
}
|
}
|
||||||
usermod -p '' root
|
usermod -p '' root
|
||||||
usermod -L user
|
usermod -L user
|
||||||
|
|
Loading…
Reference in New Issue
Block a user