]> www.infradead.org Git - users/jedix/linux-maple.git/commit
selinux: add the processing of the failure of avc_add_xperms_decision()
authorZhen Lei <thunder.leizhen@huawei.com>
Wed, 7 Aug 2024 09:00:56 +0000 (17:00 +0800)
committerPaul Moore <paul@paul-moore.com>
Wed, 7 Aug 2024 19:14:36 +0000 (15:14 -0400)
commit6dd1e4c045afa6a4ba5d46f044c83bd357c593c2
tree63721438df336be9a4a7fa8c61bf0ccbde4c61f4
parent379d9af3f3da2da1bbfa67baf1820c72a080d1f1
selinux: add the processing of the failure of avc_add_xperms_decision()

When avc_add_xperms_decision() fails, the information recorded by the new
avc node is incomplete. In this case, the new avc node should be released
instead of replacing the old avc node.

Cc: stable@vger.kernel.org
Fixes: fa1aa143ac4a ("selinux: extended permissions for ioctls")
Suggested-by: Stephen Smalley <stephen.smalley.work@gmail.com>
Signed-off-by: Zhen Lei <thunder.leizhen@huawei.com>
Acked-by: Stephen Smalley <stephen.smalley.work@gmail.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
security/selinux/avc.c