diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2015-03-29 12:45:52 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-03-29 13:05:38 +0000 |
commit | 9e46dc77d6b7511dc99ebae5c4384163553f14f0 (patch) | |
tree | 8390284dec2d590882b983c74f10a96640907f45 /main/linux-grsec/kernelconfig.x86_64 | |
parent | 6f0f67ec46693270287fe2799f8c503d4bf422c4 (diff) | |
download | aports-9e46dc77d6b7511dc99ebae5c4384163553f14f0.tar.bz2 aports-9e46dc77d6b7511dc99ebae5c4384163553f14f0.tar.xz |
main/linux-grsec: enable posix queues
needed by docker
Diffstat (limited to 'main/linux-grsec/kernelconfig.x86_64')
-rw-r--r-- | main/linux-grsec/kernelconfig.x86_64 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/linux-grsec/kernelconfig.x86_64 b/main/linux-grsec/kernelconfig.x86_64 index 8a76568db4..dec4d20c0c 100644 --- a/main/linux-grsec/kernelconfig.x86_64 +++ b/main/linux-grsec/kernelconfig.x86_64 @@ -68,7 +68,7 @@ CONFIG_DEFAULT_HOSTNAME="(none)" CONFIG_SWAP=y CONFIG_SYSVIPC=y CONFIG_SYSVIPC_SYSCTL=y -# CONFIG_POSIX_MQUEUE is not set +CONFIG_POSIX_MQUEUE=y # CONFIG_FHANDLE is not set # CONFIG_AUDIT is not set |