Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265025AbUKAOsn (ORCPT ); Mon, 1 Nov 2004 09:48:43 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264674AbUKAOsQ (ORCPT ); Mon, 1 Nov 2004 09:48:16 -0500 Received: from [193.112.238.6] ([193.112.238.6]:17287 "EHLO caveman.xisl.com") by vger.kernel.org with ESMTP id S267194AbUKAOmT (ORCPT ); Mon, 1 Nov 2004 09:42:19 -0500 From: John M Collins Organization: Xi Software Ltd To: linux-kernel@vger.kernel.org Subject: Re: Fchown on unix domain sockets? Date: Mon, 1 Nov 2004 14:41:56 +0000 User-Agent: KMail/1.6.1 Cc: Jan Engelhardt References: <200410312255.00621.jmc@xisl.com> In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <200411011441.56524.jmc@xisl.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1082 Lines: 26 On Monday 01 Nov 2004 14:20, Jan Engelhardt wrote: > As some manpage might say, the socket thing you see in "ls -l" is just a > reference thing. When you connect to it, ls -l /proc/pidofprogram/fd/ does > not show the path, but [socket:xxxx] which shows that the filesystem object > is not used anymore. When I connect to it is the point. I want to set the permissions etc so that only the progams that are supposed to be talking to it talk to it. > >I don't mind it not working but I think it should report an error. This is > > on 2.6.3 kernel. > > What would you like it to do? EINVAL like the others or change the actual > inode's permission? I don't mind. I think it's a meaninful thing to want to do, but if you can't do it that way, fine, just let me know with some error code. -- John Collins Xi Software Ltd www.xisl.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/