jdk/src/jdk.attach/share/classes/com/sun/tools/attach/AttachPermission.java
changeset 45130 469dceb426cc
parent 34894 3248b89d1921
child 46048 00b5dc9d9be5
equal deleted inserted replaced
45129:60283e4bfe7e 45130:469dceb426cc
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 2017, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    38  * named permission or you don't.
    38  * named permission or you don't.
    39  * The following table provides a summary description of what the
    39  * The following table provides a summary description of what the
    40  * permission allows, and discusses the risks of granting code the
    40  * permission allows, and discusses the risks of granting code the
    41  * permission.
    41  * permission.
    42  *
    42  *
    43  * <table border=1 cellpadding=5 summary="Table shows permission
    43  * <table class="striped"><caption style="display:none">Table shows permission
    44  * target name, what the permission allows, and associated risks">
    44  * target name, what the permission allows, and associated risks</caption>
    45  * <tr>
    45  * <tr>
    46  * <th>Permission Target Name</th>
    46  * <th>Permission Target Name</th>
    47  * <th>What the Permission Allows</th>
    47  * <th>What the Permission Allows</th>
    48  * <th>Risks of Allowing this Permission</th>
    48  * <th>Risks of Allowing this Permission</th>
    49  * </tr>
    49  * </tr>