From: Paul Moore Date: Tue, 21 Mar 2023 18:34:36 +0000 (-0400) Subject: selinux: update the file list in MAINTAINERS X-Git-Tag: v6.4-rc1~211^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79781fe466b03c98b8292cabbc57897a7623e895;p=thirdparty%2Flinux.git 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 --- 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