Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
The newest Rawhide udev seems to add 'udevsend' that seems to want
allow udev_t selinux_config_t:dir { search };
allow udev_t selinux_config_t:file { read };
I'm guessing that udevsend replaces the script
/etc/dev.d/default/selinux.dev.
tom
Here are the avcs....
Aug 24 08:45:13 fedora kernel: audit(1093362313.380:0): avc: denied {
search } for pid=3905 exe=/sbin/udevsend name=selinux dev=hda2
ino=4509743 scontext=system_u:system_r:udev_t
tcontext=system_u:object_r:selinux_config_t tclass=dir
Aug 24 08:45:13 fedora kernel: audit(1093362313.380:0): avc: denied {
read } for pid=3905 exe=/sbin/udevsend name=config dev=hda2 ino=4509759
scontext=system_u:system_r:udev_t
tcontext=system_u:object_r:selinux_config_t tclass=file
Aug 24 08:45:13 fedora kernel: audit(1093362313.380:0): avc: denied {
getattr
} for pid=3905 exe=/sbin/udevsend path=/etc/selinux/config dev=hda2
ino=4509759 scontext=system_u:system_r:udev_t
tcontext=system_u:object_r:selinux_config_t tclass=file
|
| |