Layer: contrib

Module: nbdkit

Interfaces

Description:

policy for nbdkit


Interfaces:

nbdkit_domtrans( domain )
Summary

Execute nbdkit_exec_t in the nbdkit domain.

Parameters
Parameter:Description:
domain

Domain allowed to transition.

nbdkit_exec( domain )
Summary

Execute nbdkit in the caller domain.

Parameters
Parameter:Description:
domain

Domain allowed access.

nbdkit_role( role , domain )
Summary

Role access for nbdkit

Parameters
Parameter:Description:
role

Role allowed access

domain

User domain for the role

nbdkit_run( domain , role )
Summary

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

Parameters
Parameter:Description:
domain

Domain allowed to transition

role

The role to be allowed the nbdkit domain.

nbdkit_stream_connect( domain )
Summary

Allow attempts to connect to nbdkit with a unix stream socket.

Parameters
Parameter:Description:
domain

Domain to not audit.

Return