diff options
author | Paul Moore <paul@paul-moore.com> | 2019-03-30 17:57:35 -0400 |
---|---|---|
committer | Paul Moore <paul@paul-moore.com> | 2019-03-30 17:57:35 -0400 |
commit | 593854c05210fccf92a5883ab8a8505837b82199 (patch) | |
tree | 81fc00a174d2cbb0e5509cf66e426e3123aecc9e | |
parent | 98bbbb76f2edcfb8fb2b8f4b3ccc7b6e99d64bd8 (diff) | |
download | lwn-593854c05210fccf92a5883ab8a8505837b82199.tar.gz lwn-593854c05210fccf92a5883ab8a8505837b82199.zip |
MAINTAINERS: update SELinux file patterns
Update MAINTAINERS to reflect that there are no SELinux headers under
include/linux, but we do have include/uapi/linux/selinux_netlink.h.
Reported-by: Joe Perches <joe@perches.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index e17ebf70b548..7b2e7887f3a7 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13937,7 +13937,7 @@ W: https://selinuxproject.org W: https://github.com/SELinuxProject T: git git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux.git S: Supported -F: include/linux/selinux* +F: include/uapi/linux/selinux_netlink.h F: security/selinux/ F: scripts/selinux/ F: Documentation/admin-guide/LSM/SELinux.rst |