Layer: apps

Module: ethereal

Interfaces Templates

Description:

Ethereal packet capture tool.

Interfaces:

ethereal_run_tethereal( domain , role , terminal )
Summary

Execute tethereal in the tethereal domain, and allow the specified role the tethereal domain.

Parameters
Parameter:Description:Optional:
domain

Domain allowed access.

No
role

The role to be allowed the tethereal domain.

No
terminal

The type of the terminal allow the tethereal domain to use.

No
Return

Templates:

ethereal_admin_template( userdomain_prefix , user_domain )
Summary

The administrative functions template for the ethereal module.

Description

This template creates rules for administrating ethereal, allowing the specified user to manage ethereal files.

Parameters
Parameter:Description:Optional:
userdomain_prefix

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

No
user_domain

The type of the user domain.

No
ethereal_domtrans_tethereal( domain )
Summary

Run tethereal in the tethereal domain.

Parameters
Parameter:Description:Optional:
domain

Domain allowed access.

No
ethereal_domtrans_user_ethereal( userdomain_prefix , domain )
Summary

Run ethereal in ethereal domain.

Description

Run ethereal in ethereal domain.

This is a templated interface, and should only be called from a per-userdomain template.

Parameters
Parameter:Description:Optional:
userdomain_prefix

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

No
domain

Domain allowed access.

No
ethereal_per_role_template( userdomain_prefix , user_domain , user_role )
Summary

The per role template for the ethereal module.

Description

This template creates a derived domains which are used for ethereal packet capture tool.

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
user_domain

The type of the user domain.

No
user_role

The role associated with the user domain.

No
Return