Previous Topic: Using Security LabelsNext Topic: Assigning Labels to Files and Directories in an HFS or zFS File System


Configuring an HFS File System

Security labels are supported in both zFS file systems and HFS file systems (mounted in read-only mode). When MLS is active and no other MLS options have been set, MLS security label checking is performed only on files and directories and objects that are labeled. If an object is not labeled, it is considered unclassified, and access to it is allowed, as long as permissions and ACLs allow the access.

Assigning a Security Label to an HFS File System Data Set

A security administrator can assign a security label to the HFS file system data set on a z/OS V1R5 or later system by creating a CA Top Secret MLS resource record for it. The following illustrates how to assign a security label to an HFS file system data set named HLQ.FILESYS.NAME.

Example

TSS ADD(mls) DSN(hlq.filesys.name)
             SECLABEL(sysmulti)

Assigning a Security Label to a Root Directory in an HFS File System

When an HFS file system data set is created in an MLS system:

Note: If MLS is inactive on an CA Top Secret system, system labeling of files and directories is not supported.

Defaulting a Security Label for an HFS File System

UNIX defaults a security label for an HFS file system at the time it is mounted by using the same security label for it that is in the MLS resource record that protects the file system data set. Because defaulted security labels can change at mount based on the value in the MLS resource record for the aggregate, they are not the same as security labels that are assigned to file systems (and are stored in FSPs), which, once assigned, can never be changed.

USS defaults a security label for an HFS file system at the time it is mounted only if all of the following requirements are met:

Once the file system is unmounted, it no longer will have a security label. If the file system is reclassified with a new security label by changing the MLS resource record for the file system data set and then remounted, the file system will be assigned the new security label.

Assigning a Security Label to a Subdirectory

When the UNIX mkdir command is issued in an CA Top Secret MLS system: