Re: dynamic /dev security hole?

From: Eric Lammerts
Date: Mon Aug 09 2004 - 12:08:03 EST



On Mon, 9 Aug 2004, Michael Buesch wrote:
> So what about this updated patch?

> dbg("unlinking symlink '%s'", filename);
> - - retval = unlink(filename);
> - - if (errno == ENOENT)
> - - retval = 0;
> - - if (retval) {
> - - dbg("unlink(%s) failed with error '%s'",
> - - filename, strerror(errno));
> + retval = secure_unlink(filename);

Better not do it for symlinks.

Eric
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/