userdomain: Fix error in calling userdom_xdg_user_template().

Signed-off-by: Chris PeBenito <pebenito@ieee.org>
This commit is contained in:
Chris PeBenito 2020-12-08 15:09:27 -05:00
parent cdfcec0e9a
commit 7fd6d78c2c

View File

@ -1196,7 +1196,7 @@ template(`userdom_unpriv_user_template', `
')
# Allow users to manage xdg content in their home directories
userdom_xdg_user_template($1_t)
userdom_xdg_user_template($1)
# Allow users to run TCP servers (bind to ports and accept connection from
# the same domain and outside users) disabling this forces FTP passive mode