Allow nova-lxd to also use mount & umount in rootwrap

For config drive purposes, nova-lxd needs to call mount and umount.
These need to be added to the rootwrap.d/lxd.filters file.

Change-Id: Id04558cc57c95d09e23f17208c5e275fc9702504
Closes-Bug: #1747720
This commit is contained in:
Alex Kavanagh 2018-05-15 18:25:46 +01:00
parent 2a17b6674d
commit bd4378a74f
1 changed files with 2 additions and 0 deletions

View File

@ -7,3 +7,5 @@ zpool: CommandFilter, zpool, root
btrfs: CommandFilter, btrfs, root
chown: CommandFilter, chown, root
chmod: CommandFilter, chmod, root
mount: CommandFilter, mount, root
umount: CommandFilter, umount, root