mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
Make sure to create OS X Tor user in <500 range
svn:r3941
This commit is contained in:
parent
efe9ca659a
commit
bd75b46ef9
@ -25,8 +25,9 @@ fi
|
|||||||
home=/Users/$username
|
home=/Users/$username
|
||||||
# defhome is what goes into NetInfo
|
# defhome is what goes into NetInfo
|
||||||
defhome="/Network/Servers/MyServer/Users"
|
defhome="/Network/Servers/MyServer/Users"
|
||||||
#echo "Determining next available uid (please be patient)..."
|
#echo "Determining next available system uid (please be patient)..."
|
||||||
uiddef=`nidump passwd / | cut -d: -f3 | sort -n | tail -n 1`
|
# Uids over 500 are for system users.
|
||||||
|
uiddef=`nidump passwd / | cut -d: -f3 | sort -n | grep -v '^[56789]..' |grep -v '^....$' | tail -n 1`
|
||||||
uiddef=`echo $uiddef + 1 |bc`
|
uiddef=`echo $uiddef + 1 |bc`
|
||||||
echo Creating account for $username...
|
echo Creating account for $username...
|
||||||
niutil -create / /users/$username
|
niutil -create / /users/$username
|
||||||
|
Loading…
Reference in New Issue
Block a user