It is a common security practice to utilize separate users for tasks under Linux (like
I'd like to have a user for
What am I missing here?
As side note:
www
for webservers).I'd like to have a user for
qm guest exec
on Proxmox host node, but this seems a problem:
Bash:
root@pve:~# adduser --system guest-exec
root@pve:~# su guest-exec -s /bin/rbash -c '/usr/sbin/qm guest exec some-command'
ipcc_send_rec[1] failed: Unknown error -1
ipcc_send_rec[2] failed: Unknown error -1
ipcc_send_rec[3] failed: Unknown error -1
Unable to load access control list: Unknown error -1
What am I missing here?
As side note:
sudo
with sudoers entry is a more flexible alternative to su
. But Proxmox doesn't have this package installed, so I stick to defaults.
Last edited: