From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Torvalds Subject: Re: [Security] time_attrs argument for security_path_truncate Date: Tue, 1 Jun 2010 10:52:10 -0700 (PDT) Message-ID: References: <20100601155055.GZ9453@laptop> <20100601172425.GC9453@laptop> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: security@kernel.org, linux-fsdevel@vger.kernel.org, tomoyo-users-en@lists.sourceforge.jp, Kentaro Takeda To: Nick Piggin Return-path: Received: from smtp1.linux-foundation.org ([140.211.169.13]:58169 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754182Ab0FAR41 (ORCPT ); Tue, 1 Jun 2010 13:56:27 -0400 In-Reply-To: <20100601172425.GC9453@laptop> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Wed, 2 Jun 2010, Nick Piggin wrote: > > Yeah a comment would have really helped, since it seems stupid it > must be a typo in the standards document. > > 6e656be899993f450a765056cdc8d87e58906508 Ahh. Yes, it's stupid. That sadly does _not_ mean that it's necessarily a typo, though. It might easily be intentional, due to some random original Unix implementation detail. But yeah, that commit message is wonderful, but a single-line comment about crazy POSIX rules in the actual code itself would probably have been a good idea too. Linus