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