Hi,
I am trying to figure out how/if it's possible to use ACLs for the proxmox FUSE-based file system mounted unter /etc/pve.
https://pve.proxmox.com/pve-docs/chapter-pmxcfs.html
just says "You can’t change file permissions (permissions are based on paths)"
A bit more context of why I am asking this, as maybe there is another way to achieve what I want:
I want to write VM config files under /etc/pve/qemu-server via Ansible. As the Ansible will be executed in a Gitlab Runner, and security is a concern, I don't want it to have ssh root access to the proxmox host. So I want to set up a user who is only allowed to write to /etc/pve/qemu-server. But this does not seem to be possible with pmxcfs?
It would already help if I could restrict a non-root user with write the whole /etc/pve fuse mount, even if more granular rules are not possible.
Thank you for any advice or help.
I am trying to figure out how/if it's possible to use ACLs for the proxmox FUSE-based file system mounted unter /etc/pve.
https://pve.proxmox.com/pve-docs/chapter-pmxcfs.html
just says "You can’t change file permissions (permissions are based on paths)"
A bit more context of why I am asking this, as maybe there is another way to achieve what I want:
I want to write VM config files under /etc/pve/qemu-server via Ansible. As the Ansible will be executed in a Gitlab Runner, and security is a concern, I don't want it to have ssh root access to the proxmox host. So I want to set up a user who is only allowed to write to /etc/pve/qemu-server. But this does not seem to be possible with pmxcfs?
It would already help if I could restrict a non-root user with write the whole /etc/pve fuse mount, even if more granular rules are not possible.
Thank you for any advice or help.