1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 obj-y = audit.o common.o condition.o domain.o 2 obj-y = audit.o common.o condition.o domain.o environ.o file.o gc.o group.o load_policy.o memory.o mount.o network.o realpath.o securityfs_if.o tomoyo.o util.o 3 3 4 targets += builtin-policy.h 4 targets += builtin-policy.h 5 5 6 quiet_cmd_policy = POLICY $@ 6 quiet_cmd_policy = POLICY $@ 7 cmd_policy = { \ 7 cmd_policy = { \ 8 $(foreach x, profile exception_policy 8 $(foreach x, profile exception_policy domain_policy manager stat, \ 9 printf 'static char tomoyo_builtin_$x[ 9 printf 'static char tomoyo_builtin_$x[] __initdata =\n'; \ 10 sed -e 's/\\/\\\\/g' -e 's/\"/\\"/g' - 10 sed -e 's/\\/\\\\/g' -e 's/\"/\\"/g' -e 's/\(.*\)/\t"\1\\n"/' -- $(firstword $(filter %/$x.conf %/$x.conf.default, $^) /dev/null); \ 11 printf '\t"";\n';) \ 11 printf '\t"";\n';) \ 12 } > $@ 12 } > $@ 13 13 14 $(obj)/builtin-policy.h: $(wildcard $(obj)/pol !! 14 $(obj)/builtin-policy.h: $(wildcard $(obj)/policy/*.conf $(srctree)/$(src)/policy/*.conf.default) FORCE 15 $(call if_changed,policy) 15 $(call if_changed,policy) 16 16 17 ifndef CONFIG_SECURITY_TOMOYO_INSECURE_BUILTIN 17 ifndef CONFIG_SECURITY_TOMOYO_INSECURE_BUILTIN_SETTING 18 $(obj)/common.o: $(obj)/builtin-policy.h 18 $(obj)/common.o: $(obj)/builtin-policy.h 19 endif 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.