Skip to content

Commit

Permalink
[FIXED JENKINS-20204] Keep up with the new security requirements with…
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Mar 27, 2014
1 parent a1aa7ee commit 0757027
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -189,6 +189,12 @@ THE SOFTWARE.
</manifest>
<manifestEntries>
<Version>${project.version}</Version>
<!-- attributes related to Java Web Start -->
<!-- see http://docs.oracle.com/javase/8/docs/technotes/guides/jweb/security/manifest.html -->
<Permissions>all-permissions</Permissions>
<Codebase>*</Codebase>
<Application-Name>Jenkins Remoting Agent</Application-Name>
<Trusted-Library>true</Trusted-Library>
</manifestEntries>
</archive>
</configuration>
Expand Down

0 comments on commit 0757027

Please sign in to comment.