commit | 13457d073c29da92001f6ee809075eaa8757fb96 | [log] [tgz] |
---|---|---|
author | Andreas Gruenbacher <agruenba@redhat.com> | Thu Nov 10 22:18:29 2016 +0100 |
committer | Paul Moore <paul@paul-moore.com> | Mon Nov 14 15:53:04 2016 -0500 |
tree | 31dedd978a6e088a8d4e14741c37063027ad4a7c | |
parent | db978da8fa1d0819b210c137d31a339149b88875 [diff] |
selinux: Clean up initialization of isec->sclass Now that isec->initialized == LABEL_INITIALIZED implies that isec->sclass is valid, skip such inodes immediately in inode_doinit_with_dentry. For the remaining inodes, initialize isec->sclass at the beginning of inode_doinit_with_dentry to simplify the code. Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Signed-off-by: Paul Moore <paul@paul-moore.com>