You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
closes: #11646
ref: #11646 (comment)
ref: cschaufler/smack-next#1
SMACK needs to have the ZFS dentry security field setup before SMACK's d_instantiate() hook
is called as it requires functioning '__vfs_getxattr()' calls to properly set the labels.
Fixes:
1) file instantiation properly setting the object label to the subject's label
2) proper file labelling in a transmutable directory
Functions Updated:
1) zpl_create()
2) zpl_mknod()
3) zpl_mkdir()
4) zpl_symlink()
Signed-off-by: TerraTech <[email protected]>
0 commit comments