Permissions

wsalles

New Member
Oct 16, 2024
3
2
3
Hello,

We created a user via shell as root, but we encountered some issues, such as "sudo su" not working for this account even though it is in the sudo group. Regardless, we created the same user in the panel using the PAM method, but when trying to grant permissions as shown in the screenshot below, we still don't have the functionality. Could this be a beta version issue?

1736535069711.png

Comparing the above screenshot with the root permissions, there are many directories that need to be granted access to have full autonomy in this panel.

1736535717671.png

Thank you.

Regards,
Wendel Salles.
 
Hi @wsalles,

ACLs aren't implemented yet, they will follow at a later point in time.

Did you install Sudo? apt install sudo
To change the user in shell use: sudo -u wendel

But I currently don't know how you give your new user permissions in PDM, like root.

Kind regards :)
 
  • Like
Reactions: wsalles
Hi @wsalles,

ACLs aren't implemented yet, they will follow at a later point in time.

Did you install Sudo? apt install sudo
To change the user in shell use: sudo -u wendel

But I currently don't know how you give your new user permissions in PDM, like root.

Kind regards :)
Hello Smueller,

I will try that.

Thank you.
 
  • Like
Reactions: smueller