]> git.ipfire.org Git - thirdparty/linux.git/commit
selinux: fix sel_kill_sb()
authorStephen Smalley <stephen.smalley.work@gmail.com>
Wed, 29 Apr 2026 18:15:31 +0000 (14:15 -0400)
committerPaul Moore <paul@paul-moore.com>
Wed, 29 Apr 2026 19:11:36 +0000 (15:11 -0400)
commitef5b517e7bacbaba03d706cd624366addf6ef33a
treeb1d977ab39c9f949c700e11ebe0f9d3efc0377d6
parent4e3881b0a30041ab89200b57c49d295824da1be4
selinux: fix sel_kill_sb()

Fix the order in sel_kill_sb() to match other pseudo filesystems.
This does not currently matter for selinuxfs per se but could
in the future, e.g. with SELinux namespaces and multiple selinuxfs
instances.

Signed-off-by: Stephen Smalley <stephen.smalley.work@gmail.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
security/selinux/selinuxfs.c