Skip site navigation (1)Skip section navigation (2)
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/>
References:  <bug-163048-6@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D163048

--- 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=20
  1                            -> mac_priv_check=20
  1                            <- mac_priv_check return val: 0
  1                            -> prison_priv_check=20
  1                            <- prison_priv_check return val: 0
  1                            -> mac_priv_grant=20
  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().

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-163048-6-ytCEMVuzpe>