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 ptal_t (strict): msg#00194
|
Subject: |
more ptal_t (strict) |
Running strict/enforcing, latest rawhide.
Previous suggested mods to cups.te for ptal-photod are insufficient.
The following appears needed to allow gimp to connect up to the scanner;
--- cups.te.save 2005-05-28 09:56:03.000000000 -0700
+++ cups.te 2005-05-29 11:30:10.000000000 -0700
@@ -150,6 +150,11 @@
allow ptal_t self:capability { chown sys_rawio };
allow ptal_t self:{ unix_dgram_socket unix_stream_socket }
create_socket_perms; allow ptal_t self:unix_stream_socket { listen
accept };
+can_network_tcp(ptal_t, self)
+allow ptal_t port_t:tcp_socket name_bind;
+allow userdomain ptal_t:unix_stream_socket connectto;
+allow userdomain ptal_var_run_t:sock_file write;
+allow userdomain ptal_var_run_t:dir search;
allow ptal_t self:fifo_file rw_file_perms;
allow ptal_t device_t:dir read;
allow ptal_t printer_device_t:chr_file rw_file_perms;
With these changes, gimp can acquire scanned image.
A few comments: ptal-photod seems to only use 127.0.0.1 for tcp
networking, and the allow for search on ptal_var_run_t:dir required
'enableaudit' to find. Is there an easier/better way to express this?
Sorry for the incomplete update last time....
tom
--
Tom London
|
| |