Previous Topic: Masking in Resource RulesNext Topic: Building the Resident Resource Type List


How to Mask Resource Rules

Let’s look at this example of how you can use masking to create resource rules. To control the AUTOLOG command in a later phase of implementation, write a rule like this:

acf
ACF
set resource(alg)
RESOURCE
compile
$KEY(********) type(alg)
 uid(‑) log
RESOURCE
store
end

In this rule, CA ACF2 for z/VM allows and records all virtual machine autologging. With this rule, you can gather the information to write specific rules without impacting any normal operations.