Layer: system

Module: application

Interfaces

Description:

Policy for user executable applications.


Interfaces:

application_domain( domain , entry_point )
Summary

Create a domain which can be started by users

Parameters
Parameter:Description:
domain

Type to be used as a domain.

entry_point

Type of the program to be used as an entry point to this domain.

application_exec( type )
Summary

Execute application executables in the caller domain.

Parameters
Parameter:Description:
type

Domain allowed access.

application_exec_all( domain )
Summary

Execute all executable files.

Parameters
Parameter:Description:
domain

Domain allowed access.

application_executable_file( type )
Summary

Make the specified type usable for files that are exectuables, such as binary programs. This does not include shared libraries.

Parameters
Parameter:Description:
type

Type to be used for files.

application_type( type )
Summary

Make the specified type usable as an application domain.

Parameters
Parameter:Description:
type

Type to be used as a domain type.

Return