summaryrefslogtreecommitdiff
path: root/scripts/cli
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2026-08-29 13:07:22 +0000
committerChristian Breunig <christian@breunig.cc>2026-08-29 13:07:22 +0000
commitfd98e71a235c8545d78463c2492c636d1a14d06f (patch)
treedfcceccf7d90db84a4d4f25f6a09a39232b96196 /scripts/cli
parent4e6a780230a9db8824faf54e21f499880feb1a59 (diff)
downloadvyos-1x-fd98e71a235c8545d78463c2492c636d1a14d06f.tar.gz
vyos-1x-fd98e71a235c8545d78463c2492c636d1a14d06f.zip
smoketest: T9014: test architecture specific audit Kernel options
CONFIG_AUDIT_ARCH is only defined by x86, s390, powerpc, alpha, parisc and sparc - arm64 has no such symbol and uses the generic audit implementation instead. "config AUDIT_GENERIC" in lib/Kconfig depends on "!AUDIT_ARCH", so an architecture always provides exactly one of the two, and arm64 additionally selects AUDIT_ARCH_COMPAT_GENERIC. RADIUS (T2886) only requires the syscall auditing which both architectures provide, thus keep CONFIG_AUDIT and CONFIG_AUDITSYSCALL common and test the architecture specific counterpart using the cpu_arch() decorator.
Diffstat (limited to 'scripts/cli')
0 files changed, 0 insertions, 0 deletions