1 # SPDX-License-Identifier: GPL-2.0 2 obj-y = audit.o common.o condition.o domain.o 3 4 targets += builtin-policy.h 5 6 quiet_cmd_policy = POLICY $@ 7 cmd_policy = { \ 8 $(foreach x, profile exception_policy 9 printf 'static char tomoyo_builtin_$x[ 10 sed -e 's/\\/\\\\/g' -e 's/\"/\\"/g' - 11 printf '\t"";\n';) \ 12 } > $@ 13 14 $(obj)/builtin-policy.h: $(wildcard $(obj)/pol 15 $(call if_changed,policy) 16 17 ifndef CONFIG_SECURITY_TOMOYO_INSECURE_BUILTIN 18 $(obj)/common.o: $(obj)/builtin-policy.h 19 endif
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.