/*++ Copyright (c) 1989 Microsoft Corporation Module Name: tseum.c Abstract: Test program for the security system Author: Gary Kimura [GaryKi] 20-Nov-1989 Revision History: v3: robertre Updated ACL_REVISION --*/ #include #include #include #include #include "sep.h" #include "ttoken.c" VOID RtlDumpAcl( IN PACL Acl ); main( int argc, char *argv[], char *envp[] ) { HANDLE CurrentProcessHandle; NTSTATUS Status; ULONG i; VOID SeMain(); CurrentProcessHandle = NtCurrentProcess(); Status = STATUS_SUCCESS; DbgPrint( "Entering User Mode Test Program\n" ); DbgPrint( "argc: %ld\n", argc ); if (argv != NULL) { for (i=0; i