We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf2213 commit df4840cCopy full SHA for df4840c
security/tomoyo/Makefile
@@ -13,4 +13,6 @@ quiet_cmd_policy = POLICY $@
13
$(obj)/builtin-policy.h: $(wildcard $(obj)/policy/*.conf $(srctree)/$(src)/policy/*.conf.default) FORCE
14
$(call if_changed,policy)
15
16
+ifndef CONFIG_SECURITY_TOMOYO_INSECURE_BUILTIN_SETTING
17
$(obj)/common.o: $(obj)/builtin-policy.h
18
+endif
0 commit comments