Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - S index
The Linux kernel configuration item CONFIG_SECURITY_APPARMOR_KUNIT_TEST
has multiple definitions:
security/apparmor/Kconfig
The configuration item CONFIG_SECURITY_APPARMOR_KUNIT_TEST:
(! CONFIG_KUNIT_ALL_TESTS ) && ( CONFIG_KUNIT && CONFIG_SECURITY_APPARMOR )
apparmor_policy_unpack_test
This builds the AppArmor KUnit tests.
KUnit tests run during boot and output the results to the debug log in TAP format (https://testanything.org/). Only useful for kernel devs running KUnit test harness and are not for inclusion into a production build.
For more information on KUnit and unit tests in general please refer to the KUnit documentation in Documentation/dev-tools/kunit/.
If unsure, say N.
security/apparmor/Kconfig
The configuration item CONFIG_SECURITY_APPARMOR_KUNIT_TEST:
(! CONFIG_KUNIT_ALL_TESTS ) && ( CONFIG_KUNIT = CONFIG_y && CONFIG_SECURITY_APPARMOR )
apparmor_policy_unpack_test
This builds the AppArmor KUnit tests.
KUnit tests run during boot and output the results to the debug log in TAP format (https://testanything.org/). Only useful for kernel devs running KUnit test harness and are not for inclusion into a production build.
For more information on KUnit and unit tests in general please refer to the KUnit documentation in Documentation/dev-tools/kunit/.
If unsure, say N.
Raw data from LKDDb:
lkddb module apparmor_policy_unpack_test CONFIG_SECURITY_APPARMOR_KUNIT_TEST : security/apparmor/Kconfig : "Build KUnit tests for policy_unpack.c" # in 6.2–6.12, 6.13-rc+HEAD
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - S index
Automatically generated (in year 2024). See also LKDDb sources on GitLab