Example of a nss_cctl.xml File
Following is an example of a nss_cctl.xml
file (this file resides under /usr/cvfs/config
on an NSS coordinator server). In the example, this file defines control of file system snfs1
and also defaults for other file systems using the special keyord #SNFS_ALL#
.
<snfsControl xmlns=”https://www.quantum.com/snfs/cctl/v1.0”>
<securityControl fileSystem=”snfs1”>
<controlEntry>
<client type=”host”>
<hostName value=”192.168.230.132”/>
</client>
<controls>
<mountReadOnly value=”true”/>
<mountDlanClient value=”true”/>
<takeOwnership value=”false”/>
<exec value=”true”/>
<suid value=”false”/>
</controls>
</controlEntry>
<controlEntry>
<client type=”netgrp”>
<network value=”192.168.1.0”/>
<maskbits value=”24”/>
</client>
<controls>
<takeOwnership value=”true”/>
<mountReadOnly value=”true”/>
</controls>
</controlEntry>
</securityControl>
<securityControl fileSystem=”#SNFS_ALL#”>
<controlEntry>
<client type=”host”>
<hostName value=”linux_ludev”/>
</client>
<controls>
<snfsAdmin value=”true”/>
<snfsAdminConnect value=”true”/>
</controls>
</controlEntry>
</securityControl>
</snfsControl>