From: dwalsh@redhat.com (Daniel J Walsh) Date: Thu, 21 May 2009 11:24:39 -0400 Subject: [refpolicy] kernel_files.patch Message-ID: <4A157237.3060705@redhat.com> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com http://people.fedoraproject.org/~dwalsh/SELinux/F11/kernel_files.patch Add /afs as a mount point. Label /[^/]* as etc_runtime_t, if init scripts create files here we label them as etc_runtime_t (/halt, /.autorelabel... Probably cold label them root_t and allow initscripts to manage_files_perms and transiton to them. Added files_relabel_all_file_type_fs for mounting with security context. Need to have an interface to allow tmpreaper to delete file_t files, as well as admin. Other interfaces used by Fedora Adding interface for inherited files, not sure what to call this. The idea is, the shell can pass my confined domain any open file by my confined domain can not open or create any file. Removed ioctl from file access to see if we really need it.