2009-05-21 15:24:39

by Daniel Walsh

[permalink] [raw]
Subject: [refpolicy] kernel_files.patch

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.