Skip to content

Commit

Permalink
Fix wrong directory ownership when -u user is specified.
Browse files Browse the repository at this point in the history
  • Loading branch information
step- committed May 5, 2019
1 parent aa4989f commit b44999c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions usr/sbin/orjail
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,7 @@ EOF
fi
else
mkdir "/tmp/orjail-$NAME"
chown "$USERNAME" "/tmp/orjail-${NAME}"
fi

# executing tor
Expand Down

0 comments on commit b44999c

Please sign in to comment.