< prev index next >

test/jdk/sun/security/provider/PolicyFile/Modules.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 30,41 **** * java.management * java.security.jgss * java.smartcardio * java.sql * java.xml - * java.xml.bind - * java.xml.ws * jdk.attach * jdk.jdi * jdk.net * jdk.security.auth * jdk.security.jgss --- 30,39 ----
*** 79,92 **** // java.security.jgss module new javax.security.auth.kerberos.DelegationPermission("\"*\" \"*\""), new javax.security.auth.kerberos.ServicePermission("*", "accept"), // java.sql module new java.sql.SQLPermission("setLog"), - // java.xml.bind module - new javax.xml.bind.JAXBPermission("setDatatypeConverter"), - // java.xml.ws module - new javax.xml.ws.WebServicePermission("publishEndpoint"), // java.smartcardio module new javax.smartcardio.CardPermission("*", "*"), // jdk.attach module (@jdk.Exported Permissions) new com.sun.tools.attach.AttachPermission("attachVirtualMachine"), // jdk.jdi module (@jdk.Exported Permissions) --- 77,86 ----
< prev index next >