Layer: contrib

Module: telepathy

Tunables Interfaces Templates

Description:

Telepathy communications framework.


Tunables:

telepathy_connect_all_ports
Default value

false

Description

Allow the Telepathy connection managers to connect to any network port.

telepathy_tcp_connect_generic_network_ports
Default value

false

Description

Allow the Telepathy connection managers to connect to any generic TCP port.

Return

Interfaces:

telepathy_command_domtrans( domain , target_domain )
Summary

Execute telepathy executable in the specified domain.

Description

Execute a telepathy executable in the specified domain. This allows the specified domain to execute any file on these filesystems in the specified domain.

No interprocess communication (signals, pipes, etc.) is provided by this interface since the domains are not owned by this module.

Parameters
Parameter:Description:
domain

Domain allowed to transition.

target_domain

The type of the new process.

telepathy_dbus_chat( domain )
Summary

Send DBus messages to and from all Telepathy domain.

Parameters
Parameter:Description:
domain

Domain allowed access.

telepathy_exec( domain )
Summary

Execute telepathy in the caller domain.

Parameters
Parameter:Description:
domain

Domain allowed access.

telepathy_filetrans_home_content( domain )
Summary

Create telepathy content in the user home directory with an correct label.

Parameters
Parameter:Description:
domain

Domain allowed access.

telepathy_gabble_dbus_chat( domain )
Summary

Send DBus messages to and from Telepathy Gabble.

Parameters
Parameter:Description:
domain

Domain allowed access.

telepathy_gabble_stream_connect( domain )
Summary

Stream connect to Telepathy Gabble

Parameters
Parameter:Description:
domain

Domain allowed access.

telepathy_gabble_stream_connect_to( domain , domain )
Summary

Allow Telepathy Gabble to stream connect to a domain.

Parameters
Parameter:Description:
domain

Domain allowed access.

domain

Domain allowed access.

telepathy_mission_control_read_state( domain )
Summary

Read telepathy mission control state.

Parameters
Parameter:Description:
domain

Domain allowed access.

telepathy_msn_stream_connect( domain )
Summary

Stream connect to telepathy MSN managers

Parameters
Parameter:Description:
domain

Domain allowed access.

telepathy_salut_stream_connect( domain )
Summary

Stream connect to Telepathy Salut

Parameters
Parameter:Description:
domain

Domain allowed access.

Return

Templates:

telepathy_domain_template( prefix )
Summary

Creates basic types for telepathy domain

Parameters
Parameter:Description:
prefix

Prefix for the domain.

telepathy_role( user_role , user_domain , domain_prefix )
Summary

Role access for telepathy domains that executes via dbus-session

Parameters
Parameter:Description:
user_role

The role associated with the user domain.

user_domain

The type of the user domain.

domain_prefix

User domain prefix to be used.

Return