LSM: restore certain default error codes
authorJan Beulich <JBeulich@suse.com>
Mon, 24 Aug 2015 12:22:25 +0000 (06:22 -0600)
committerJames Morris <james.l.morris@oracle.com>
Tue, 25 Aug 2015 23:46:50 +0000 (09:46 +1000)
commite308fd3bb2e469c4939d3f4bd22b468de3ed04ae
treefd72ab25cd3d21001075f4d7188fa8330956c898
parentb1713b135fb1ae4d52531a55f0687f985bffe271
LSM: restore certain default error codes

While in most cases commit b1d9e6b064 ("LSM: Switch to lists of hooks")
retained previous error returns, in three cases it altered them without
any explanation in the commit message. Restore all of them - in the
security_old_inode_init_security() case this led to reiserfs using
uninitialized data, sooner or later crashing the system (the only other
user of this function - ocfs2 - was unaffected afaict, since it passes
pre-initialized structures).

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Signed-off-by: Casey Schaufler <casey@schaufler-ca.com>
Signed-off-by: James Morris <james.l.morris@oracle.com>
security/security.c