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...
|
cups.te: ptal_t needs to read usbfs_t: msg#00145
|
Subject: |
cups.te: ptal_t needs to read usbfs_t |
When hpoj starts, it produces the following:
Sep 25 10:28:24 fedora kernel: audit(1096133304.072:0): avc: denied
{ read } for pid=2769 exe=/usr/sbin/ptal-mlcd dev=usbfs ino=2309
scontext=system_u:system_r:ptal_t tcontext=system_u:object_r:usbfs_t
tclass=dir
ptal_t already has 'r_dir_file(ptal_t, usbdevfs_t)'.
Suggest adding 'r_dir_file(ptal_t, usbfs_t)'
[Are both still needed?]
tom
--- cups.te 2004-09-23 11:02:38.000000000 -0700
+++ /tmp/cups.te 2004-09-25 10:57:11.147771270 -0700
@@ -156,6 +156,7 @@
allow ptal_t printer_device_t:chr_file { ioctl read write };
allow ptal_t { etc_t etc_runtime_t }:file { getattr read };
r_dir_file(ptal_t, usbdevfs_t)
+r_dir_file(ptal_t, usbfs_t)
allow cupsd_t ptal_var_run_t:sock_file { write setattr };
allow cupsd_t ptal_t:unix_stream_socket { connectto };
allow cupsd_t ptal_var_run_t:dir { search };
--
Tom London
|
| |