From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Howells Subject: Re: [RFC] New authentication management syscalls Date: Fri, 09 May 2003 18:44:50 +0100 Sender: linux-kernel-owner@vger.kernel.org Message-ID: <552.1052502290@warthog.warthog> References: <20030509143147.A23197@infradead.org> Mime-Version: 1.0 (generated by SEMI 1.14.4 - "Hosorogi") Content-Type: text/plain; charset=US-ASCII Return-path: To: Christoph Hellwig , David Howells , Trond Myklebust , arjanv@redhat.com, viro@parcelfarce.linux.theplanet.co.uk, drepper@redhat.com, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org In-Reply-To: <20030509143147.A23197@infradead.org> List-Id: linux-fsdevel.vger.kernel.org Hi Christoph, > > (3) settok(const char *fs, const char *key, size_t size, const void *data) > > fs is the path to a mount point? No. "fs" is the name of a filesystem. I think this might be a better idea than the name of a mountpoint as it would then be possible to set the tokens prior to mounting, maybe so that you _can_ mount. I'm thinking a bit of samba here, where authentication information needs to be passed upon mounting (workstation/domain, username, password). David