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( domain )
Summary

Execute the java program in the java domain.

Parameters
Parameter:Description:
domain

Domain allowed access.

Return

Templates:

java_domtrans_user_javaplugin( userdomain_prefix , domain )
Summary

Run java in javaplugin domain.

Description

Run java in javaplugin domain.

This is a templated interface, and should only be called from a per-userdomain template.

Parameters
Parameter:Description:
userdomain_prefix

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

domain

Domain allowed access.

java_per_role_template( userdomain_prefix , user_domain , user_role )
Summary

The per role template for the java module.

Description

This template creates a derived domains which are used for java plugins that are executed by a browser.

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