elasticsearch/distribution
Ryan Ernst b92c9b7147
Split test runner security permissions (#64748)
The test framework security policy contains permissions for both gradle
and intellij running tests. These currently coexist in the same file,
though only one set of the jars permissions are granted to exist in any
given run. This works because java policy parsing is lenient, so if a
system property referenced in the file does not exist, the entire grant
is silently skipped. This commit splits these permissions into separate
policy files so that we do not rely on leniency, and can (in a followup)
add our own validation to fix java's leniency.
2020-11-09 11:41:49 -08:00
..
archives Cleanup on integtest distribution setup (#62937) 2020-10-01 10:48:48 +02:00
bwc Wire local unreleased bwc versions more efficient for tests (#62473) 2020-10-01 10:45:21 +02:00
docker Use no-kpi subdomains for tests downloading artifacts (#64502) 2020-11-07 11:27:58 -08:00
licenses Add notice for bundled jdk (#40576) 2019-03-29 17:20:53 -04:00
packages Use services for archive and file operations in tasks (#62968) 2020-10-01 10:47:41 +02:00
src Windows service installation should allow multiple values in ES_JAVA_OPTS (#64254) 2020-10-30 14:13:17 -04:00
tools Reuse policy parsing for plugins (#64089) 2020-10-29 14:11:38 -07:00
build.gradle Split test runner security permissions (#64748) 2020-11-09 11:41:49 -08:00