https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=163048
--- Comment #2 from Henry Hu <[email protected]> --- I traced it to a failed mac_priv_grant: from DTrace: 1 -> priv_check_cred 1 -> mac_priv_check 1 <- mac_priv_check return val: 0 1 -> prison_priv_check 1 <- prison_priv_check return val: 0 1 -> mac_priv_grant 1 <- mac_priv_grant return val: 1 1 <- priv_check_cred return val: 1 This priv_check_cred(PRIV_VFS_ADMIN) is in vfs_domount_first(). -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-amd64 To unsubscribe, send any mail to "[email protected]"
