Open ChoffaH opened 2 years ago
@ChoffaH and @zilti is this one still an issue??? if so what is the steps so I can reproduce????
@ChoffaH and @zilti is this one still an issue??? if so what is the steps so I can reproduce????
Yes, I can still reproduce this by creating a new jail and running the command under "Steps to reproduce" against it.
@ChoffaH thank you . Will keep in queue as a bug to be fixed.
https://forums.freebsd.org/threads/mount-tmpfs-inside-jail.47691/
posting on how to mount a tmpfs inside a jail. Will look at writing up how to do this and add to the docs
Describe the bug Trying to mount a tmpfs volume fails. This is what my Bastillefile contains:
And that results in the following error:
Bastille and FreeBSD version (paste
bastille -v && freebsd-version -kru
output)How did you install bastille? (port/pkg/git) pkg
Steps to reproduce? Just add the above config to a jail or run
bastille mount JAIL tmpfs tmp tmpfs rw,nosuid,mode=01777 0 0
Expected behavior tmpfs volume mounted inside jail