15 lines
347 B
Plaintext
15 lines
347 B
Plaintext
|
#DESC Java VM
|
||
|
#
|
||
|
# Authors: Dan Walsh <dwalsh@redhat.com>
|
||
|
# X-Debian-Packages: java
|
||
|
#
|
||
|
|
||
|
# Type for the netscape, java or other browser executables.
|
||
|
type java_exec_t, file_type, sysadmfile, exec_type;
|
||
|
|
||
|
# Allow java executable stack
|
||
|
bool allow_java_execstack false;
|
||
|
|
||
|
# Everything else is in the java_domain macro in
|
||
|
# macros/program/java_macros.te.
|