Skip to content

Commit

Permalink
Use root user for dante
Browse files Browse the repository at this point in the history
  • Loading branch information
h3poteto committed Jun 3, 2024
1 parent c803faf commit cd3815f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sockd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,10 @@ clientmethod: none # No authentication.

# when doing something that can require privilege, it will use the
# userid "sockd".
#user.privileged: sockd
user.privileged: root

# when running as usual, it will use the unprivileged userid of "sockd".
user.unprivileged: sockd
user.unprivileged: nobody

# If you are not using libwrap, no need for the below line, so leave
# it commented.
Expand Down

0 comments on commit cd3815f

Please sign in to comment.