README revision 0
464N/A
464N/AThis directory contains the source and the binary version of a Windows
464N/Autility to remove all non-owner Access Control Entries from a given file.
464N/A
464N/AThe tool is used by regression tests in the following directories :-
464N/A
464N/Atest/sun/management/jmxremote/bootstrap
464N/Atest/sun/management/snmp/bootstrap
464N/A
464N/AThe tests in these directories create password or ACL files that need to
464N/Abe "secured" (meaning that only the owner should have access to the
464N/Afiles).
464N/A
464N/ABoth the source and the binary version are checked into SCCS. If
464N/Ayou require to make changes to the tool then you need to Visual
464N/AC++ to rebuild revokeall.exe after changing the source.
464N/A
464N/ATo rebuild the tool you need to setup your environment (by
464N/Acalling the VC++ VCVARS32.BAT script), and then executing the
464N/Afollowing command :-
464N/A
464N/Acl /mt revokeall.c advapi32.lib
464N/A
464N/AThis will generate revokeall.exe.
464N/A
464N/ANote that a 32-bit version of revokeall.exe is checked into SCCS
464N/A- this 32-bit application is also used when running on 64-bit
464N/Aversions of Windows (AMD64 and IA64).
464N/A
464N/A
464N/A