Skip to content

Commit

Permalink
SQSCANNER-117 Make jre/lib/jspawnhelper amd jre/lib/jexec executable …
Browse files Browse the repository at this point in the history
…on linux
  • Loading branch information
dbmeneses committed Aug 4, 2023
1 parent 69fff1f commit cbb2958
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/main/assembly/dist-linux.xml
Expand Up @@ -14,6 +14,8 @@
<excludes>
<exclude>bin/**</exclude>
<exclude>man/**</exclude>
<exclude>lib/jspawnhelper</exclude>
<exclude>lib/jexec</exclude>
<exclude>plugin/**</exclude>
</excludes>
</fileSet>
Expand All @@ -28,6 +30,17 @@
<fileMode>0755</fileMode>
</fileSet>

<!-- jre lib executable files -->
<fileSet>
<directory>${unpack.dir}/linux/${jre.dirname.linux}/lib</directory>
<outputDirectory>jre/lib</outputDirectory>
<includes>
<include>jspawnhelper</include>
<include>jexec</include>
</includes>
<fileMode>0755</fileMode>
</fileSet>

<!-- scanner files -->
<fileSet>
<directory>${project.build.directory}</directory>
Expand Down

0 comments on commit cbb2958

Please sign in to comment.