Date: Tue, 19 Dec 2017 04:53:55 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-amd64@FreeBSD.org Subject: [Bug 163048] normal user cant mount ntfs-3g Message-ID: <bug-163048-6-ytCEMVuzpe@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-163048-6@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=163048 --- Comment #2 from Henry Hu <henry.hu.sh@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.help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-163048-6-ytCEMVuzpe>
