diff options
author | Michal Marek <mmarek@suse.cz> | 2015-01-09 14:08:26 +0100 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2015-04-07 21:27:45 +0200 |
commit | 7e114bbf51fbb015dc25d8123e090afcce5b5048 (patch) | |
tree | 4a859c5f6756e2893a00c7f283529e7abc99875f /security/tomoyo/Kconfig | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 (diff) | |
download | talos-op-linux-7e114bbf51fbb015dc25d8123e090afcce5b5048.tar.gz talos-op-linux-7e114bbf51fbb015dc25d8123e090afcce5b5048.zip |
tomoyo: Use bin2c to generate builtin-policy.h
Simplify the Makefile by using a readily available tool instead of a
custom sed script. The downside is that builtin-policy.h becomes
unreadable for humans, but it is only a generated file.
Acked-by: Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
Signed-off-by: Michal Marek <mmarek@suse.cz>
Diffstat (limited to 'security/tomoyo/Kconfig')
-rw-r--r-- | security/tomoyo/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/tomoyo/Kconfig b/security/tomoyo/Kconfig index 604e718d68d3..404dce66952a 100644 --- a/security/tomoyo/Kconfig +++ b/security/tomoyo/Kconfig @@ -6,6 +6,7 @@ config SECURITY_TOMOYO select SECURITY_PATH select SECURITY_NETWORK select SRCU + select BUILD_BIN2C default n help This selects TOMOYO Linux, pathname-based access control. |