(file) Return to cimserver_policy.conf CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Server

File: [Pegasus] / pegasus / src / Server / Attic / cimserver_policy.conf (download)
Revision: 1.1.2.1, Fri Jan 12 01:42:16 2007 UTC (17 years, 5 months ago) by mike
Branch: PEP286_PRIVILEGE_SEPARATION_BRANCH
Changes since 1.1: +39 -0 lines
PEP#: 286
TITLE: Privilege Separation

DESCRIPTION: Ongoing privilege separation work.

########################################################################
##                                                                    ##
##               CIM Server Policy Configuration File                 ##
##                                                                    ##
########################################################################
 
########################################################################
#                                                                      #
# This file is only applicable to Pegasus releases that were built     #
# with privilege separation support. This file contains policy rules   #
# that restrict the set of out-of-process provider modules that may be #
# loaded by the server. The general form of an rule is:                #
#                                                                      #
#     <modulename>:<username>                                          #
#                                                                      #
# The modulename field is the name of the provider module used when    #
# registering the provider.                                            #
#                                                                      #
# The username field names a system user that the provider module is   #
# permitted to run as.                                                 #
#                                                                      #
# The server permits a module to run as a given user if it finds ANY   #
# matching rule.                                                       #
#                                                                      #
# Either the modulename or the username field may contain an asterisk, #
# indicating that there is no restriction on that field.               #
#                                                                      #
# The most permissive policy configuration file would contain the      #
# following rule:                                                      #
#                                                                      #
#     *:*                                                              #
#                                                                      #
# This rule permits ANY provider module to run as ANY user.            #
#                                                                      #
# For obvious reasons, this file should only be writable by the        #
# administrator.                                                       #
#                                                                      #
########################################################################
*:*

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2