test/jdk/sun/management/windows/README
author dtitov
Wed, 22 May 2019 09:06:24 -0700
changeset 54987 2ffbc00d87ae
parent 49542 da62fa14a3fe
permissions -rw-r--r--
8214545: sun/management/jmxremote/bootstrap tests hang in revokeall.exe on Windows Reviewed-by: dholmes, amenkov, bulasevich, dfuchs, erikj
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
54987
2ffbc00d87ae 8214545: sun/management/jmxremote/bootstrap tests hang in revokeall.exe on Windows
dtitov
parents: 49542
diff changeset
     1
/*
2ffbc00d87ae 8214545: sun/management/jmxremote/bootstrap tests hang in revokeall.exe on Windows
dtitov
parents: 49542
diff changeset
     2
 * Copyright (c) 2004, 2019, Oracle and/or its affiliates. All rights reserved.
2ffbc00d87ae 8214545: sun/management/jmxremote/bootstrap tests hang in revokeall.exe on Windows
dtitov
parents: 49542
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
2ffbc00d87ae 8214545: sun/management/jmxremote/bootstrap tests hang in revokeall.exe on Windows
dtitov
parents: 49542
diff changeset
     4
 *
2ffbc00d87ae 8214545: sun/management/jmxremote/bootstrap tests hang in revokeall.exe on Windows
dtitov
parents: 49542
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
2ffbc00d87ae 8214545: sun/management/jmxremote/bootstrap tests hang in revokeall.exe on Windows
dtitov
parents: 49542
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
2ffbc00d87ae 8214545: sun/management/jmxremote/bootstrap tests hang in revokeall.exe on Windows
dtitov
parents: 49542
diff changeset
     7
 * published by the Free Software Foundation.
2ffbc00d87ae 8214545: sun/management/jmxremote/bootstrap tests hang in revokeall.exe on Windows
dtitov
parents: 49542
diff changeset
     8
 *
2ffbc00d87ae 8214545: sun/management/jmxremote/bootstrap tests hang in revokeall.exe on Windows
dtitov
parents: 49542
diff changeset
     9
 * This code is distributed in the hope that it will be useful, but WITHOUT
2ffbc00d87ae 8214545: sun/management/jmxremote/bootstrap tests hang in revokeall.exe on Windows
dtitov
parents: 49542
diff changeset
    10
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
2ffbc00d87ae 8214545: sun/management/jmxremote/bootstrap tests hang in revokeall.exe on Windows
dtitov
parents: 49542
diff changeset
    11
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
2ffbc00d87ae 8214545: sun/management/jmxremote/bootstrap tests hang in revokeall.exe on Windows
dtitov
parents: 49542
diff changeset
    12
 * version 2 for more details (a copy is included in the LICENSE file that
2ffbc00d87ae 8214545: sun/management/jmxremote/bootstrap tests hang in revokeall.exe on Windows
dtitov
parents: 49542
diff changeset
    13
 * accompanied this code).
2ffbc00d87ae 8214545: sun/management/jmxremote/bootstrap tests hang in revokeall.exe on Windows
dtitov
parents: 49542
diff changeset
    14
 *
2ffbc00d87ae 8214545: sun/management/jmxremote/bootstrap tests hang in revokeall.exe on Windows
dtitov
parents: 49542
diff changeset
    15
 * You should have received a copy of the GNU General Public License version
2ffbc00d87ae 8214545: sun/management/jmxremote/bootstrap tests hang in revokeall.exe on Windows
dtitov
parents: 49542
diff changeset
    16
 * 2 along with this work; if not, write to the Free Software Foundation,
2ffbc00d87ae 8214545: sun/management/jmxremote/bootstrap tests hang in revokeall.exe on Windows
dtitov
parents: 49542
diff changeset
    17
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
2ffbc00d87ae 8214545: sun/management/jmxremote/bootstrap tests hang in revokeall.exe on Windows
dtitov
parents: 49542
diff changeset
    18
 *
2ffbc00d87ae 8214545: sun/management/jmxremote/bootstrap tests hang in revokeall.exe on Windows
dtitov
parents: 49542
diff changeset
    19
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
2ffbc00d87ae 8214545: sun/management/jmxremote/bootstrap tests hang in revokeall.exe on Windows
dtitov
parents: 49542
diff changeset
    20
 * or visit www.oracle.com if you need additional information or have any
2ffbc00d87ae 8214545: sun/management/jmxremote/bootstrap tests hang in revokeall.exe on Windows
dtitov
parents: 49542
diff changeset
    21
 * questions.
2ffbc00d87ae 8214545: sun/management/jmxremote/bootstrap tests hang in revokeall.exe on Windows
dtitov
parents: 49542
diff changeset
    22
 */
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
54987
2ffbc00d87ae 8214545: sun/management/jmxremote/bootstrap tests hang in revokeall.exe on Windows
dtitov
parents: 49542
diff changeset
    24
2ffbc00d87ae 8214545: sun/management/jmxremote/bootstrap tests hang in revokeall.exe on Windows
dtitov
parents: 49542
diff changeset
    25
This directory contains the source of a Windows utility to remove all
2ffbc00d87ae 8214545: sun/management/jmxremote/bootstrap tests hang in revokeall.exe on Windows
dtitov
parents: 49542
diff changeset
    26
non-owner Access Control Entries from a given file.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
The tool is used by regression tests in the following directories :-
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
test/sun/management/jmxremote/bootstrap
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
The tests in these directories create password or ACL files that need to
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
be "secured" (meaning that only the owner should have access to the 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
files). 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35