debian: create tinyproxy as system user
This commit is contained in:
parent
756293ec75
commit
995c758d14
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