]> git.proxmox.com Git - pve-container.git/commit
fix #1451: allow one to add mount options to CT mountpoints
authorOguz Bektas <o.bektas@proxmox.com>
Fri, 5 Jul 2019 11:27:05 +0000 (13:27 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 5 Jul 2019 15:59:54 +0000 (17:59 +0200)
commit2bf24eb3891585583b55bc6c99dabe0146ff3cdb
treeb315668cf9920aea137d22a09c9ced8fb316b4fb
parentb0c4f0658fc3a157de071d0b2e604b0657b57a79
fix #1451: allow one to add mount options to CT mountpoints

for now allows the following non-problematic ones:
* noexec - Do not permit execution of binaries on the mounted FS
* noatime - Do not update inode access times on this filesystem
* nosuid - Do not allow suid or sgid bits to take effect
* nodev - Do not interpret character or block devices on the FS

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
src/PVE/LXC.pm
src/PVE/LXC/Config.pm