A Travis CI instance for continuous integration testing of netsniff-ng can be found here: https://travis-ci.org/netsniff-ng/netsniff-ng An analysis by the Coverity Scanner is run occasionally against the source of netsniff-ng. The corresponding scan reports can be found here: https://scan.coverity.com/projects/329 Use the command `make COV_EMAIL= COV_PASSWD= coverity' to trigger a new scan yourself, if you are a project admin. ch/linux/net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruenba@redhat.com>2016-11-10 22:18:29 +0100
committerPaul Moore <paul@paul-moore.com>2016-11-14 15:53:04 -0500
commit13457d073c29da92001f6ee809075eaa8757fb96 (patch)
tree31dedd978a6e088a8d4e14741c37063027ad4a7c /security
parentdb978da8fa1d0819b210c137d31a339149b88875 (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>
Diffstat (limited to 'security')