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...
|
more on udev.te: msg#00214
Russell,
Get many avc's like:
Aug 29 12:45:06 fedora kernel: audit(1093808656.624:0): avc: denied {
search } for pid=1354 exe=/bin/bash name=console dev=hda2 ino=4456494
scontext=system_u:system_r:udev_t
tcontext=system_u:object_r:pam_var_console_t tclass=dir
Aug 29 12:45:06 fedora kernel: audit(1093808656.757:0): avc: denied {
search } for pid=1357 exe=/bin/bash name=console dev=hda2 ino=4456494
scontext=system_u:system_r:udev_t
tcontext=system_u:object_r:pam_var_console_t tclass=dir
indicating that udev.te needs either
allow udev_t pam_var_console_t:dir { search };
or dontaudit udev_t pam_var_console_t:dir { search };
Either of those correct?
tom
|
| |