Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030775AbWKORyq (ORCPT ); Wed, 15 Nov 2006 12:54:46 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030777AbWKORyp (ORCPT ); Wed, 15 Nov 2006 12:54:45 -0500 Received: from mx1.redhat.com ([66.187.233.31]:24464 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S1030775AbWKORyo (ORCPT ); Wed, 15 Nov 2006 12:54:44 -0500 Message-ID: <455B5466.40407@mentalrootkit.com> Date: Wed, 15 Nov 2006 12:54:46 -0500 From: Karl MacMillan User-Agent: Thunderbird 1.5.0.8 (X11/20061107) MIME-Version: 1.0 To: James Morris CC: David Howells , Linus Torvalds , Andrew Morton , Stephen Smalley , trond.myklebust@fys.uio.no, selinux@tycho.nsa.gov, linux-kernel@vger.kernel.org, aviro@redhat.com, steved@redhat.com Subject: Re: [PATCH 12/19] CacheFiles: Permit a process's create SID to be overridden References: <20061114200621.12943.18023.stgit@warthog.cambridge.redhat.com> <20061114200647.12943.39802.stgit@warthog.cambridge.redhat.com> <24555.1163598644@redhat.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1109 Lines: 32 James Morris wrote: > On Wed, 15 Nov 2006, David Howells wrote: > >> James Morris wrote: >> >>> The ability to set this needs to be mediated via MAC policy. >> Something like this, you mean? > > Yes, although perhaps writing to tsec->kern_create_sid or similar, which > then overrides tsec->create_sid if set. Also need > /proc/pid/attr/kern_fscreate as a read only node. > > >> + error = task_has_perm(current, current, PROCESS__SETFSCREATE); > > I wonder if we also need 'relabelto' and 'relabelfrom' permissions, to > control which labels are being used. > No - assuming the existing checks are called, the controls on file/dir/etc creation should be sufficient to control which labels are used. Setting fscreate is not a relabel operation nor does it result in a relabel operation as the sid is only used for creation. Karl - 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/