Skip to content

Commit

Permalink
add ElytronPermission
Browse files Browse the repository at this point in the history
  • Loading branch information
kwart committed Apr 4, 2017
1 parent ce0bc4e commit 188635e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/webapp/META-INF/permissions.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>

<permissions version="7" xmlns="http://xmlns.jcp.org/xml/ns/javaee">
<permission xmlns="">
<class-name>org.wildfly.security.permission.ElytronPermission</class-name>
<name>*</name>
</permission>
</permissions>

0 comments on commit 188635e

Please sign in to comment.