6 DRD-Safe Packaging Changes
6.1 The is_drd_safe Attribute
The is_drd_safe fileset attribute is introduced in
Attribute: fileset.is_drd_safe
•Status: For
•Description: Indicates that the fileset can be managed (installed, removed, verified and unconfigured) in a runcmd environment without affecting the running system environment; defaults to false (except for
•Values:
ofalse: The fileset cannot be managed safely in a runcmd environment. o true: The fileset can be managed safely in a runcmd environment.
To be safely managed in a runcmd environment, the fileset should adhere to the guidelines in the other sections of this document.
•Policy:
General policy: Though it is possible for different filesets within a product to have different
is_drd_safe values, this should not be done. (For example, one fileset has true and another has false.) Doing this reduces the overall usefulness of DRD and can create problems for the system administrator. Therefore, as a DRD policy, all filesets within a product should have the same value (true or false) for the is_drd_safe attribute.