diff options
| -rw-r--r-- | MAINTAINERS | 2 | ||||
| -rw-r--r-- | security/smack/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ddf762511cb3..e9098d034b9d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
| @@ -4888,7 +4888,7 @@ F: drivers/ipack/ | |||
| 4888 | 4888 | ||
| 4889 | INTEGRITY MEASUREMENT ARCHITECTURE (IMA) | 4889 | INTEGRITY MEASUREMENT ARCHITECTURE (IMA) |
| 4890 | M: Mimi Zohar <zohar@linux.vnet.ibm.com> | 4890 | M: Mimi Zohar <zohar@linux.vnet.ibm.com> |
| 4891 | M: Dmitry Kasatkin <d.kasatkin@samsung.com> | 4891 | M: Dmitry Kasatkin <dmitry.kasatkin@gmail.com> |
| 4892 | L: linux-ima-devel@lists.sourceforge.net | 4892 | L: linux-ima-devel@lists.sourceforge.net |
| 4893 | L: linux-ima-user@lists.sourceforge.net | 4893 | L: linux-ima-user@lists.sourceforge.net |
| 4894 | L: linux-security-module@vger.kernel.org | 4894 | L: linux-security-module@vger.kernel.org |
diff --git a/security/smack/Makefile b/security/smack/Makefile index 616cf93b368e..ee2ebd504541 100644 --- a/security/smack/Makefile +++ b/security/smack/Makefile | |||
| @@ -5,4 +5,4 @@ | |||
| 5 | obj-$(CONFIG_SECURITY_SMACK) := smack.o | 5 | obj-$(CONFIG_SECURITY_SMACK) := smack.o |
| 6 | 6 | ||
| 7 | smack-y := smack_lsm.o smack_access.o smackfs.o | 7 | smack-y := smack_lsm.o smack_access.o smackfs.o |
| 8 | smack-$(CONFIG_NETFILTER) += smack_netfilter.o | 8 | smack-$(CONFIG_SECURITY_SMACK_NETFILTER) += smack_netfilter.o |
