# # ***************************************************************** # * * # * Copyright Compaq Computer Corporation, 2000 * # * * # * The software contained on this media is proprietary to * # * and embodies the confidential technology of Compaq * # * Computer Corporation. Possession, use, duplication or * # * dissemination of the software and media is authorized only * # * pursuant to a valid written license from Compaq Computer * # * Corporation. * # * * # * RESTRICTED RIGHTS LEGEND Use, duplication, or disclosure * # * by the U.S. Government is subject to restrictions as set * # * forth in Subparagraph (c)(1)(ii) of DFARS 252.227-7013, * # * or in FAR 52.227-19, as applicable. * # * * # ***************************************************************** # # HISTORY # # @(#)$RCSfile: evm.auth.sbs $ $Revision: has/admin/osds/evm.auth.sbs#0 $ (DEC) $Date: 05-jul-2007.00:07:29 $ # # EVM_AUTH_VERSION 23 - DO NOT DELETE THIS LINE # Allow access for all users (a "+" indicates any user). # # Note that when "+" is used to allow unrestricted rights, it also # gives rights to remote users when remote access is enabled. # # Rights lists must be specified without spaces, or enclosed in quotes. # =================== # EVENTS # =================== event_rights { class @SYS_VP@ post "%ORACLE_OWNER%, group=%ORA_DBA_GROUP%, group=oinstall" access + } event_rights { class @SYS_VP@.evm.control # EVM control events post "%ORACLE_OWNER%, group=%ORA_DBA_GROUP%, group=oinstall" access + } event_rights { class @SYS_VP@.evm.msg.admin # EVM admin message post "%ORACLE_OWNER%, group=%ORA_DBA_GROUP%, group=oinstall" access "%ORACLE_OWNER%, group=%ORA_DBA_GROUP%, group=oinstall" } event_rights { class @SYS_VP@.evm.msg.user # EVM user message post + access + } event_rights { class @SYS_VP@.security # generic security events post "%ORACLE_OWNER%, group=%ORA_DBA_GROUP%, group=oinstall" access "%ORACLE_OWNER%, group=%ORA_DBA_GROUP%, group=oinstall" } event_rights { class @SYS_VP@.sys_check # sys_check events post "%ORACLE_OWNER%, group=%ORA_DBA_GROUP%, group=oinstall" access + } event_rights { class myco.myapp # examples test event post + access + } event_rights { class ora.ha # oracle RAC HA event post "%ORACLE_OWNER%, group=%ORA_DBA_GROUP%, group=oinstall" access "%ORACLE_OWNER%, group=%ORA_DBA_GROUP%, group=oinstall" } # =================== # SERVICES # =================== service_rights { service event_get # event_get service - handles evmget requests execute + }