Crontab within Jail

Any idea why I can't use crontab as a user in a jail? It works for root.

Code:
crontab -l
crontab: seteuid: Operation not permitted

ls -ls /usr/bin/crontab
40 -r-sr-xr-x  1 root  wheel  39920 Aug  8 22:09 /usr/bin/crontab
 
I think it's because at the host I have:

Code:
/dev/mirror/gm0p7       /home           ufs     rw,noatime,nosuid,userquota,groupquota,acls             2       2
 
Back
Top