Layer: services

Module: pyzor

Interfaces Templates

Description:

Pyzor is a distributed, collaborative spam detection and filtering network.


Interfaces:

pyzor_admin( domain , role , terminal )
Summary

All of the rules required to administrate an pyzor environment

Parameters
Parameter:Description:Optional:
domain

Domain allowed access.

No
role

The role to be allowed to manage the pyzor domain.

No
terminal

The type of the user terminal.

No
pyzor_domtrans( domain )
Summary

Execute pyzor with a domain transition.

Parameters
Parameter:Description:Optional:
domain

Domain allowed access.

No
pyzor_exec( domain )
Summary

Execute pyzor in the caller domain.

Parameters
Parameter:Description:Optional:
domain

Domain allowed access.

No
pyzor_pyzord_initrc_domtrans( domain )
Summary

Execute pyzor server in the pyzor domain.

Parameters
Parameter:Description:Optional:
domain

The type of the process performing this action.

No
pyzor_read_user_home_files( domain )
Summary

Read user pyzor home files.

Parameters
Parameter:Description:Optional:
domain

The type of the process performing this action.

No
pyzor_signal( domain )
Summary

Send generic signals to pyzor

Parameters
Parameter:Description:Optional:
domain

Domain allowed access.

No
Return

Templates:

pyzor_per_role_template( userdomain_prefix )
Summary

The per role template for the pyzor module.

Description

This template allows pyzor to manage files in a user home directory, creating files with the correct type.

This template is invoked automatically for each user, and generally does not need to be invoked directly by policy writers.

Parameters
Parameter:Description:Optional:
userdomain_prefix

The prefix of the user domain (e.g., user is the prefix for user_t).

No
Return