Index: compat/linux/linux_misc.c =================================================================== --- compat/linux/linux_misc.c (revision 183266) +++ compat/linux/linux_misc.c (working copy) @@ -306,7 +306,7 @@ * than vn_open(). */ #ifdef MAC - error = mac_vnode_check_open(td->td_ucred, vp, FREAD); + error = mac_vnode_check_open(td->td_ucred, vp, VREAD); if (error) goto cleanup; #endif