Made a post earlier about theoretical hidden directories attack vectors and PEFS. This is a simple question about a problem I'm having.
Inside a jail. With
Running
Inside a jail. With
allow.mount;
and enforce_statfs="0";
in /etc/jail.conf, I am getting the error message
Code:
root@jail:/home/user # ls -I
test
root@jail:/home/user # pefs mount test test
pefs mount: test: Operation not permitted
Running
mount
inside the jail shows all mounts on host (obviously since I set allow.mount and enforce_statfs=0). kldstat shows pefs loaded. Not sure what I'm missing here.