[Bug 163048] normal user cant mount ntfs-3g
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Dec 19 04:53:55 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=163048
--- Comment #2 from Henry Hu <henry.hu.sh at gmail.com> ---
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.
More information about the freebsd-amd64
mailing list