diff options
| author | Paul Moore <paul@paul-moore.com> | 2023-03-21 14:34:36 -0400 |
|---|---|---|
| committer | Paul Moore <paul@paul-moore.com> | 2023-03-21 14:39:11 -0400 |
| commit | 79781fe466b03c98b8292cabbc57897a7623e895 (patch) | |
| tree | 603fe0cf1fc8d107152e534af1a59ee5f80b05d7 | |
| parent | f22f9aaf6c3d92ebd5ad9e67acc03afebaaeb289 (diff) | |
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 <lkp@intel.com>
Link: https://lore.kernel.org/oe-kbuild-all/202303212204.3G5mRatJ-lkp@intel.com
Signed-off-by: Paul Moore <paul@paul-moore.com>
| -rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8d5bc223f305..6a73e5ea004b 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 |
