summaryrefslogtreecommitdiff
path: root/kernels/linux-libre-lts-grsec-knock
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-11-17 23:14:40 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-11-17 23:14:40 -0200
commit90c66814d21793afbc34164b77981967cfa406be (patch)
tree1fda4d6de651f0195f39acb21234ded34b1bd72a /kernels/linux-libre-lts-grsec-knock
parent0e96cf2c85702bb1fbe3db6ea251cde614a3df71 (diff)
downloadabslibre-90c66814d21793afbc34164b77981967cfa406be.tar.gz
abslibre-90c66814d21793afbc34164b77981967cfa406be.tar.bz2
abslibre-90c66814d21793afbc34164b77981967cfa406be.zip
linux-libre-lts-{grsec-,}knock: add openssh-knock to optdepends
Diffstat (limited to 'kernels/linux-libre-lts-grsec-knock')
-rw-r--r--kernels/linux-libre-lts-grsec-knock/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/kernels/linux-libre-lts-grsec-knock/PKGBUILD b/kernels/linux-libre-lts-grsec-knock/PKGBUILD
index e00f0c133..7494238cb 100644
--- a/kernels/linux-libre-lts-grsec-knock/PKGBUILD
+++ b/kernels/linux-libre-lts-grsec-knock/PKGBUILD
@@ -155,7 +155,8 @@ _package() {
depends=('coreutils' 'linux-firmware' 'kmod' 'grsec-common' 'mkinitcpio>=0.7')
optdepends=('crda: to set the correct wireless channels of your country'
'gradm: to configure and enable Role Based Access Control (RBAC)'
- 'paxd: to enable PaX exploit mitigations and apply exceptions automatically')
+ 'paxd: to enable PaX exploit mitigations and apply exceptions automatically'
+ 'openssh-knock: to enable support for stealth TCP sockets over ssh')
provides=("${_replacesarchkernel[@]/%/=${_archpkgver}}")
conflicts=("${_replacesarchkernel[@]}" "${_replacesoldkernels[@]}" "${_replacesoldmodules[@]}")
replaces=("${_replacesarchkernel[@]}" "${_replacesoldkernels[@]}" "${_replacesoldmodules[@]}")