linux-audit / audit-kernel

GitHub mirror of the Linux Kernel's audit repository
https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit.git
Other
138 stars 36 forks source link

Q: remove CONFIG_AUDIT_ARCH_COMPAT_GENERIC #78

Open pcmoore opened 6 years ago

pcmoore commented 6 years ago

CONFIG_AUDIT_ARCH_COMPAT_GENERIC is found in lib/Kconfig with the following entry:

config AUDIT_ARCH_COMPAT_GENERIC
        bool
        default n

... and I can't seem to find any references under lib/; I suspect this is an old Kconfig option that has outlived it's usefulness.