Summary: | [ntfs] [patch] Bug in NTFS allows bogus file modes. | ||||||
---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | Ighighi <ighighi> | ||||
Component: | kern | Assignee: | freebsd-fs (Nobody) <fs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | 6.2-STABLE | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Ighighi
2007-07-24 12:00:10 UTC
Responsible Changed From-To: freebsd-bugs->freebsd-fs I think the FS list is a better place for this PR. maxim 2007-11-17 17:05:01 UTC FreeBSD src repository Modified files: sbin/mount_ntfs mount_ntfs.8 sys/fs/ntfs ntfs_vfsops.c Log: o Mask maximum file permissions we get from mount_ntfs -m with ACCESSPERMS. Document in mount_ntfs(8) only the nine low-order bits of mask are used (taken from mount_msdosfs(8)). PR: kern/114856 Submitted by: Ighighi MFC after: 1 month Revision Changes Path 1.22 +4 -1 src/sbin/mount_ntfs/mount_ntfs.8 1.90 +2 -1 src/sys/fs/ntfs/ntfs_vfsops.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Merged to RELENG_6 and RELENG_7. |