Content-type: text/html Manpage of spamd_selinux

spamd_selinux

Section: spamd SELinux Policy documentation (8)
Updated: spamd
Index Return to Main Contents
 

NAME

spamd_selinux - Security Enhanced Linux Policy for the spamd processes  

DESCRIPTION

Security-Enhanced Linux secures the spamd processes via flexible mandatory access control.

 

BOOLEANS

SELinux policy is customizable based on least access required. spamd policy is extremely flexible and has several booleans that allow you to manipulate the policy and run spamd with the tightest access possible.

If you want to allow user spamassassin clients to use the network, you must turn on the spamassassin_can_network boolean.

setsebool -P spamassassin_can_network 1

If you want to allow spamd to read/write user home directories, you must turn on the spamd_enable_home_dirs boolean.

setsebool -P spamd_enable_home_dirs 1

If you want to allow http daemon to check spam, you must turn on the httpd_can_check_spam boolean.

setsebool -P httpd_can_check_spam 1

 

NSSWITCH DOMAIN

If you want to allow users to resolve user passwd entries directly from ldap rather then using a sssd serve for the spamc_t, spamd_update_t, spamd_t, spamass_milter_t, you must turn on the authlogin_nsswitch_use_ldap boolean.

setsebool -P authlogin_nsswitch_use_ldap 1

If you want to allow confined applications to run with kerberos for the spamc_t, spamd_update_t, spamd_t, spamass_milter_t, you must turn on the kerberos_enabled boolean.

setsebool -P kerberos_enabled 1

 

FILE CONTEXTS

SELinux requires files to have an extended attribute to define the file type.

You can see the context of a file using the -Z option to lsP Policy governs the access confined processes have to these files. SELinux spamd policy is very flexible allowing users to setup their spamd processes in as secure a method as possible.

The following file types are defined for spamd:

spamd_compiled_t

- Set files with the spamd_compiled_t type, if you want to treat the files as spamd compiled data.

spamd_etc_t

- Set files with the spamd_etc_t type, if you want to store spamd files in the /etc directories.


Paths:
/etc/pyzor(/.*)?, /etc/razor(/.*)?

spamd_exec_t

- Set files with the spamd_exec_t type, if you want to transition an executable to the spamd_t domain.


Paths:
/usr/sbin/spampd, /usr/sbin/spamd, /usr/bin/mimedefang-multiplexor, /usr/bin/pyzord, /usr/bin/spamd, /usr/bin/mimedefang

spamd_initrc_exec_t

- Set files with the spamd_initrc_exec_t type, if you want to transition an executable to the spamd_initrc_t domain.


Paths:
/etc/rc.d/init.d/spampd, /etc/rc.d/init.d/pyzord, /etc/rc.d/init.d/spamd, /etc/rc.d/init.d/mimedefang.*

spamd_log_t

- Set files with the spamd_log_t type, if you want to treat the data as spamd log data, usually stored under the /var/log directory.


Paths:
/var/log/razor-agent.log.*, /var/log/mimedefang, /var/log/pyzord.log.*, /var/log/spamd.log.*

spamd_spool_t

- Set files with the spamd_spool_t type, if you want to store the spamd files under the /var/spool directory.


Paths:
/var/spool/spamd(/.*)?, /var/spool/spamassassin(/.*)?, /var/spool/spampd(/.*)?

spamd_tmp_t

- Set files with the spamd_tmp_t type, if you want to store spamd temporary files in the /tmp directories.

spamd_update_exec_t

- Set files with the spamd_update_exec_t type, if you want to transition an executable to the spamd_update_t domain.

spamd_var_lib_t

- Set files with the spamd_var_lib_t type, if you want to store the spamd files under the /var/lib directory.


Paths:
/var/lib/spamassassin(/.*)?, /var/lib/razor(/.*)?, /var/lib/pyzord(/.*)?

spamd_var_run_t

- Set files with the spamd_var_run_t type, if you want to store the spamd files under the /run directory.


Paths:
/var/run/spamassassin(/.*)?, /var/spool/MIMEDefan

 

Index

NAME
DESCRIPTION
BOOLEANS
NSSWITCH DOMAIN
FILE CONTEXTS

This document was created by man2html, using the manual pages.
Time: 19:35:13 GMT, September 30, 2012