1 # SPDX-License-Identifier: GPL-2.0-only 2 3 config SECURITY_LANDLOCK 4 bool "Landlock support" 5 depends on SECURITY 6 select SECURITY_NETWORK 7 select SECURITY_PATH 8 help 9 Landlock is a sandboxing mechanism t 10 themselves (and their future childre 11 tailored access control policies. A 12 set of access rights (e.g. open a fi 13 directory, etc.) tied to a file hier 14 configured and enforced by any proce 15 dedicated system calls: landlock_cre 16 landlock_add_rule(), and landlock_re 17 18 See Documentation/userspace-api/land 19 20 If you are unsure how to answer this 21 you should also prepend "landlock," 22 enable Landlock at boot time. 23 24 config SECURITY_LANDLOCK_KUNIT_TEST 25 bool "KUnit tests for Landlock" if !KU 26 depends on KUNIT=y 27 depends on SECURITY_LANDLOCK 28 default KUNIT_ALL_TESTS 29 help 30 Build KUnit tests for Landlock. 31 32 See the KUnit documentation in Docum 33 34 Run all KUnit tests for Landlock wit 35 ./tools/testing/kunit/kunit.py run - 36 37 If you are unsure how to answer this
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.