diff options
author | James Morris <james.l.morris@oracle.com> | 2015-04-13 12:07:47 +1000 |
---|---|---|
committer | James Morris <james.l.morris@oracle.com> | 2015-04-13 12:07:47 +1000 |
commit | 3add594bf60a901ba973cdcdafd47af2aac0ac1c (patch) | |
tree | bed94024bf67ee180df096a71308f9c6e8f55ea0 /security/tomoyo/Kconfig | |
parent | cf7b6c0205f11cdb015384244c0b423b00e35c69 (diff) | |
parent | f02dee2d148ba854464e7dbf09f1241ee159173a (diff) |
Merge branch 'tomoyo-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild into next
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. |