Skip to content
Commit fb88c2b6 authored by Mimi Zohar's avatar Mimi Zohar
Browse files

evm: fix security/security_old_init_security return code



security_inode_init_security previously returned -EOPNOTSUPP, for S_PRIVATE
inodes, and relied on the callers to change it to 0.  As the callers do not
change the return code anymore, return 0, intead of -EOPNOTSUPP.

Signed-off-by: default avatarMimi Zohar <zohar@us.ibm.com>
parent 1d714057
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment