Solved Enable Multi Label in ZFS?

Hi,
How can I enable the multi-label (Mandatory Access Control) in ZFS?
Equivalent to this command:
tunefs -l enable /
 
So ZFS does not support MAC labels?

Unfortunately, no. Not in the "multi-label" sense where each file can have its own separate label. But it does support per-mount point labels. If you mount a dataset manually its files should inherit the mounting process' label.
 
Back
Top