>> Busybox. But it runs setuid, as Steven pointed out.
To be precise, it does a blind "dup2 (fd, 3)" and goes on with file
descriptor 3.
open("foo", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0666) = 0
fcntl64(0, F_DUPFD, 3) = 3
close(0) = 0
Paolo
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html