Issue #2791 has been updated by James Turnbull. Status changed from Ready for Testing to Closed
Pushed in commit:"9a41c35a5160dbba10ec00f3ed45bafad3ebd06a" in branch 0.25.x ---------------------------------------- Bug #2791: fs_find in selinux module can find wrong filesystem type when symlinks are involved http://projects.reductivelabs.com/issues/2791 Author: Darrell Fuhriman Status: Closed Priority: Normal Assigned to: Jesse Wolfe Category: Target version: 0.25.2 Affected version: 0.25.1 Keywords: selinux Branch: ticket/0.25.x/2791 in the selinux module the path detection for finding the filesystem is not correct if there are symlinks that direct the file to another filesystem type. Example: if /tftpboot is symlinked to /build/tftpboot and /build is on nfs but / is on ext3 then finding the filesystem type for /tftpboot/foobar returns ext3 not nfs. Patch against github master (b1deb89b) attached. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://reductivelabs.com/redmine/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
