Layer: system

Module: application

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:Optional:
domain

Type to be used as a domain.

No
entry_point

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

No
application_exec( type )
Summary

Execute application executables in the caller domain.

Parameters
Parameter:Description:Optional:
type

Domain allowed access.

No
application_exec_all( domain )
Summary

Execute all executable files.

Parameters
Parameter:Description:Optional:
domain

Domain allowed access.

No
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:Optional:
type

Type to be used for files.

No
application_type( type )
Summary

Make the specified type usable as an application domain.

Parameters
Parameter:Description:Optional:
type

Type to be used as a domain type.

No
Return