From 79781fe466b03c98b8292cabbc57897a7623e895 Mon Sep 17 00:00:00 2001 From: Paul Moore Date: Tue, 21 Mar 2023 14:34:36 -0400 Subject: [PATCH] selinux: update the file list in MAINTAINERS When we removed the checkreqprot and runtime-disable functionality we also moved the deprecation notices from Documentation/ABI/obsolete to Documentation/ABI/removed but unfortunately forgot to update the associated entries in the MAINTAINERS file. This patch corrects that problem. Reported-by: kernel test robot Link: https://lore.kernel.org/oe-kbuild-all/202303212204.3G5mRatJ-lkp@intel.com Signed-off-by: Paul Moore --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 8d5bc223f3053..6a73e5ea004bc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -18823,8 +18823,8 @@ S: Supported W: https://selinuxproject.org W: https://github.com/SELinuxProject T: git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git -F: Documentation/ABI/obsolete/sysfs-selinux-checkreqprot -F: Documentation/ABI/obsolete/sysfs-selinux-disable +F: Documentation/ABI/removed/sysfs-selinux-checkreqprot +F: Documentation/ABI/removed/sysfs-selinux-disable F: Documentation/admin-guide/LSM/SELinux.rst F: include/trace/events/avc.h F: include/uapi/linux/selinux_netlink.h