summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2014-07-03 11:19:35 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2014-07-03 11:19:50 +0200
commit5211dd53946262328e9c18fe9d56a2e9c319bbfc (patch)
treea37757f34d35035354c714ab22edc241a4586cb5
parenta97e681d984204e82ffb9d521b9c674a8b415f0f (diff)
downloaditzks-systems-5211dd53946262328e9c18fe9d56a2e9c319bbfc.tar.gz
itzks-systems-5211dd53946262328e9c18fe9d56a2e9c319bbfc.tar.bz2
itzks-systems-5211dd53946262328e9c18fe9d56a2e9c319bbfc.zip
JAVA: Enforce security.level=MEDIUM for all Java instances.
-rw-r--r--debian/itzks-systems-diskless.install1
-rw-r--r--debian/itzks-systems-terminalserver.install3
-rw-r--r--debian/itzks-systems-workstation.install3
-rw-r--r--etc/.java/deployment/deployment.config1
4 files changed, 6 insertions, 2 deletions
diff --git a/debian/itzks-systems-diskless.install b/debian/itzks-systems-diskless.install
index 72595ab..66bd263 100644
--- a/debian/itzks-systems-diskless.install
+++ b/debian/itzks-systems-diskless.install
@@ -1,2 +1,3 @@
etc/mimeapps.list etc/
+etc/.java etc/
share/gconf/defaults/51_itzks-systems-diskless usr/share/gconf/defaults/
diff --git a/debian/itzks-systems-terminalserver.install b/debian/itzks-systems-terminalserver.install
index 4e96b91..c0cfd2f 100644
--- a/debian/itzks-systems-terminalserver.install
+++ b/debian/itzks-systems-terminalserver.install
@@ -1 +1,2 @@
-etc/mimeapps.list etc/ \ No newline at end of file
+etc/mimeapps.list etc/
+etc/.java etc/ \ No newline at end of file
diff --git a/debian/itzks-systems-workstation.install b/debian/itzks-systems-workstation.install
index 4e96b91..c0cfd2f 100644
--- a/debian/itzks-systems-workstation.install
+++ b/debian/itzks-systems-workstation.install
@@ -1 +1,2 @@
-etc/mimeapps.list etc/ \ No newline at end of file
+etc/mimeapps.list etc/
+etc/.java etc/ \ No newline at end of file
diff --git a/etc/.java/deployment/deployment.config b/etc/.java/deployment/deployment.config
new file mode 100644
index 0000000..0ba538d
--- /dev/null
+++ b/etc/.java/deployment/deployment.config
@@ -0,0 +1 @@
+deployment.security.level=MEDIUM