You now have to deploy the new DEFAULT mask:

Compiled .SecurityMask files are to be deployed in your ematrix Web Application, depending on your web application server.
For Tomcat, copy the files to:
<apache_root>/webapps/ematrix/WEB-INF/classes/vplm/mask
For WebSphere, the WAS application deployment path is not fixed like in Tomcat.
Run these commands to determine the JAR root path:
cd <app_server_install_path>/profiles/<profile name>/installedApps
find . -type f -name m1jsystem.jar -print
The .SecurityMask file must be copied to the root path's sub-directory: vplm/mask.
A file DEFAULT.SecurityMask is delivered in this directory at installation for the mask named DEFAULT.
.SecurityMask files are taken into account at runtime (which is not the case of mask files), and are formatted to be quickly loaded in memory.
The consequence of compiling mask files is that any modifications to a mask definition must be done in the corresponding mask files first, and then are propagated (copied) to the installation filetree if and only if the related .SecurityMask file has been compiled again.
By default, the DEFAULT mask is always automatically activated at runtime (except if overridden by another mask granted to a context, role, project or organization). This is referred to as mask concatenation.
Note:
Customer-defined masks must be granted to a person, context, project, role or organization to override the DEFAULT mask.