DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

saned(1)


saned -- SANE network daemon

Synopsis

saned [-d [n]]

Description

saned is the SANE (Scanner Access Now Easy) daemon that allows remote clients to access image acquisition devices available on the local host.

Do not install saned as setuid root without due consideration. When using dynamic linking, there is a potential for introducing security holes when running this program as root.

The contents of saned.conf is a list of host names that are permitted to use local SANE devices. Empty lines and lines starting with a hash (``#'') are ignored. A line containing the single character ``+'' is interpreted to match any hostname. This allows any remote machine to use your scanner and may present a security risk. It should be used with caution. A sample configuration file is shown below:

   scan-client.somedomain.firm
   # this is a comment
   localhost
It is case-insensitive, so AHost.COM is considered identical to ahost.com.

For saned to work properly, it is also necessary to add a configuration line to /etc/inetd.conf. The configuration line normally looks like this:

   sane stream tcp nowait saned.saned /usr/local/sbin/saned saned
However, if your system uses tcpd(1Mtcp) for additional security screening, you may want to disable saned access control by putting ``+'' in saned.conf and use a line of the following form in /etc/inetd.conf instead:
   sane stream tcp nowait saned.saned /usr/sbin/tcpd saned
Note that both examples assume that there is a saned group and a saned user. If you follow this example, make sure that the access permissions on the special device are set such that saned can access the scanner (the program generally needs read and write access to scanner devices).

Finally, it is also necessary to add a line of the following form to /etc/services:

   sane 6566/tcp # SANE network scanner daemon
Note that port number 6566 has not been officially assigned to the SANE network protocol and may change in the future.

The SANE_CONFIG_DIR environment variable specifies the list of directories that may contain the configuration file. The directories are separated by a colon (``:''). If this variable is not set, the configuration file is searched in two default directories: firstly, the current working directory (``.'') and then in /usr/local/etc/sane.d. If the value of the environment variable ends with the directory separator character, then the default directories are searched after the explicitly specified directories. For example, setting SANE_CONFIG_DIR to ``tmp/config:'' would result in directories tmp/config, ``.'', and /usr/local/etc/sane.d being searched (in this order).

Options

The -d flag requests that saned run in debug mode (as opposed to inet(7tcp) mode). In this mode, saned explicitly waits for a connection request. When compiled with debugging enabled, this flag may be followed by a number to request debug information. The larger the number, the more verbose the debug output. For example, -d128 will request printing of all debug information.

Files


/etc/hosts.equiv
The hosts listed in this file are permitted to access all local SANE devices.

This file imposes serious security risks and its use is not recommended.


/usr/local/etc/sane.d/saned.conf
Contains a list of hosts permitted to access local SANE devices. See the description of SANE_CONFIG_DIR.

References

sane-abaton(5), sane-agfafocus(5), sane-apple(5), sane-dc25(5), sane-dll(5), sane-dmc(5), sane-epson(5), sane-hp(5), sane-microtek(5), sane-microtek2(5), sane-mustek(5), sane-net(5), sane-pint(5), sane-pnm(5), scanimage(1), xsane(1), xscanimage(1),
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004