1 # SPDX-License-Identifier: GPL-2.0 2 3 import sys 4 from pathlib import Path 5 6 KSFT_DIR = (Path(__file__).parent / "../../..").resolve() 7 KSRC = (Path(__file__).parent / "../../../../../..").resolve() 8 9 KSFT_MAIN_NAME = Path(sys.argv[0]).with_suffix("").name
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.