Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Smack:- Use overlay inode label in smack_inode_copy_up()
Currently in "smack_inode_copy_up()" function, process label is changed with the label on parent inode. Due to which, process is assigned directory label and whatever file or directory created by the process are also getting directory label which is wrong label. Changes has been done to use label of overlay inode instead of parent inode. Signed-off-by: Vishal Goel <[email protected]> Signed-off-by: Casey Schaufler <[email protected]>
- Loading branch information