mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-09-05 00:35:13 +00:00
16 lines
406 B
Diff
16 lines
406 B
Diff
---
|
|
security/apparmor/Kconfig | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
--- a/security/apparmor/Kconfig
|
|
+++ b/security/apparmor/Kconfig
|
|
@@ -1,6 +1,7 @@
|
|
config SECURITY_APPARMOR
|
|
tristate "AppArmor support"
|
|
- depends on SECURITY!=n
|
|
+ depends on SECURITY
|
|
+ select AUDIT
|
|
help
|
|
This enables the AppArmor security module.
|
|
Required userspace tools (if they are not included in your
|