Message ID | 20230321184043.119340-1-paul@paul-moore.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Paul Moore |
Headers | show |
Series | selinux: update the file list in MAINTAINERS | expand |
On Tue, Mar 21, 2023 at 2:40 PM Paul Moore <paul@paul-moore.com> wrote: > > When we removed the checkreqprot and runtime-disable functionality we > also moved the deprecations 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> > --- > MAINTAINERS | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Since this patch was trivial I've gone ahead and merged it into selinux/next.
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
When we removed the checkreqprot and runtime-disable functionality we also moved the deprecations 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> --- MAINTAINERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)