Layer: apps

Module: java

Tunables Interfaces Templates

Description:

Java virtual machine


Tunables:

allow_java_execstack
Default value

false

Description

Allow java executable stack

Return

Interfaces:

java_domtrans_unconfined( domain )
Summary

Execute the java program in the unconfined java domain.

Parameters
Parameter:Description:
domain

Domain allowed to transition.

java_exec( domain )
Summary

Execute the java program in the java domain.

Parameters
Parameter:Description:
domain

Domain allowed access.

java_role( role , domain )
Summary

Role access for java

Parameters
Parameter:Description:
role

Role allowed access

domain

User domain for the role

java_run( domain , role )
Summary

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

Parameters
Parameter:Description:
domain

Domain allowed to transition.

role

Role allowed access.

java_run_unconfined( domain , role )
Summary

Execute the java program in the unconfined java domain.

Parameters
Parameter:Description:
domain

Domain allowed to transition.

role

Role allowed access.

Return

Templates:

java_domtrans( domain )
Summary

Run java in javaplugin domain.

Parameters
Parameter:Description:
domain

Domain allowed to transition.

java_role_template( role_prefix , user_role , user_domain )
Summary

The role template for the java module.

Description

This template creates a derived domains which are used for java applications.

Parameters
Parameter:Description:
role_prefix

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

user_role

The role associated with the user domain.

user_domain

The type of the user domain.

Return