summaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorXu Kuohai <xukuohai@huawei.com>2024-07-24 05:06:58 +0300
committerPaul Moore <paul@paul-moore.com>2024-07-31 21:46:51 +0300
commitbe72a57527fde6c80061c5f9d0e28762eb817b03 (patch)
treeabefde6ce06f167ce75f8f3802fc227934cdb9c8 /crypto
parent61a1dcdceb44d79e5ab511295791b88ea178c045 (diff)
downloadlinux-be72a57527fde6c80061c5f9d0e28762eb817b03.tar.xz
lsm: Refactor return value of LSM hook vm_enough_memory
To be consistent with most LSM hooks, convert the return value of hook vm_enough_memory to 0 or a negative error code. Before: - Hook vm_enough_memory returns 1 if permission is granted, 0 if not. - LSM_RET_DEFAULT(vm_enough_memory_mm) is 1. After: - Hook vm_enough_memory reutrns 0 if permission is granted, negative error code if not. - LSM_RET_DEFAULT(vm_enough_memory_mm) is 0. Signed-off-by: Xu Kuohai <xukuohai@huawei.com> Reviewed-by: Casey Schaufler <casey@schaufler-ca.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to 'crypto')
0 files changed, 0 insertions, 0 deletions