Layer: services

Module: bluetooth

Interfaces Templates

Description:

Bluetooth tools and system services.


Interfaces:

bluetooth_dbus_chat( domain )
Summary

Send and receive messages from bluetooth over dbus.

Parameters
Parameter:Description:
domain

Domain allowed access.

bluetooth_domtrans( domain )
Summary

Execute bluetooth in the bluetooth domain.

Parameters
Parameter:Description:
domain

The type of the process performing this action.

bluetooth_domtrans_helper( domain )
Summary

Execute bluetooth_helper in the bluetooth_helper domain. (Deprecated)

Parameters
Parameter:Description:
domain

The type of the process performing this action.

bluetooth_dontaudit_read_helper_files( domain )
Summary

Read bluetooth helper files.

Parameters
Parameter:Description:
domain

Domain allowed access.

bluetooth_read_config( domain )
Summary

Read bluetooth daemon configuration.

Parameters
Parameter:Description:
domain

Domain allowed access.

bluetooth_run_helper( domain , role , terminal )
Summary

Execute bluetooth_helper in the bluetooth_helper domain, and allow the specified role the bluetooth_helper domain. (Deprecated)

Parameters
Parameter:Description:
domain

The type of the process performing this action.

role

The role to be allowed the bluetooth_helper domain.

terminal

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

Return

Templates:

bluetooth_per_role_template( userdomain_prefix , user_domain , user_role )
Summary

The per role template for the bluetooth module.

Description

This template creates derived domains which are used for bluetooth.

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

Parameters
Parameter:Description:
userdomain_prefix

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

user_domain

The type of the user domain.

user_role

The role associated with the user domain.

Return