On Thu, Oct 04, 2012 at 12:23:41AM +0200, Matthias Schniedermeyer wrote: > Personally i would have been bitten by this change, because for years i > have used a symlink in /tmp (which has the sticky bit) to a directory > somewhere else for historical reasons. But as i was aware of this change > i fixed my system before booting the new kernel.
As long as you own the symlink, it wouldn't be a problem. The problem comes when the symlink is owned by some user such as "untrusted_daemon", which could change where the symlink could point at any any time --- or could create a new symlink where none had previously existed in some world-writeable directory such as /tmp. Now you try to use that symlink, assuming that it points to *foo*, when in fact it now points to *bar*, and hilarity ensues... - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/