diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-02-21 14:53:38 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-02-21 14:54:46 -0300 |
commit | 3a9fc4e42ee2c1aab04397ef08d2cf3e73838bee (patch) | |
tree | 0b486d92303ad1c29471a1786b50a7991a10ada3 /libre/linux-libre-grsec | |
parent | 0ec68cd36a4264b2c5608a4e172d12ee2dc085e6 (diff) | |
download | abslibre-3a9fc4e42ee2c1aab04397ef08d2cf3e73838bee.tar.gz abslibre-3a9fc4e42ee2c1aab04397ef08d2cf3e73838bee.tar.bz2 abslibre-3a9fc4e42ee2c1aab04397ef08d2cf3e73838bee.zip |
linux-libre-grsec{,-knock}: add CONFIG_GRKERNSEC_HARDEN_TTY=y
Diffstat (limited to 'libre/linux-libre-grsec')
-rw-r--r-- | libre/linux-libre-grsec/PKGBUILD | 2 | ||||
-rw-r--r-- | libre/linux-libre-grsec/config.armv7h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/libre/linux-libre-grsec/PKGBUILD b/libre/linux-libre-grsec/PKGBUILD index 8cbefa854..ca1b96e09 100644 --- a/libre/linux-libre-grsec/PKGBUILD +++ b/libre/linux-libre-grsec/PKGBUILD @@ -78,7 +78,7 @@ sha256sums=('f53e99866c751f21412737d1f06b0721e207f495c8c64f97dffb681795ee69a0' 'SKIP' '8a911b8d635f2ab705b9f01f0301d9a08cff2ff9537172e02b1b8c5d4c050504' '23d15c88761c08f31c3e8a3c288033e7f0cd47d414d7b3880109638d8d6afebd' - 'b1974db0496b2945a4d940247b7622186881f0c3ad98e1f40e968a70a85674b0' + '7ae63e764048587ad5e78adee9cc4a0e9c77e0ff6aeb8391aa8f83f899d7a2d3' 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c' '1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99' '51586b733e9f178bebe577258b6057b035eded516ffe8bf8bbb26cb0b26c4958' diff --git a/libre/linux-libre-grsec/config.armv7h b/libre/linux-libre-grsec/config.armv7h index ba3c16565..fb2dc027e 100644 --- a/libre/linux-libre-grsec/config.armv7h +++ b/libre/linux-libre-grsec/config.armv7h @@ -7575,6 +7575,7 @@ CONFIG_GRKERNSEC_HARDEN_PTRACE=y CONFIG_GRKERNSEC_PTRACE_READEXEC=y CONFIG_GRKERNSEC_SETXID=y CONFIG_GRKERNSEC_HARDEN_IPC=y +CONFIG_GRKERNSEC_HARDEN_TTY=y CONFIG_GRKERNSEC_TPE=y CONFIG_GRKERNSEC_TPE_ALL=y CONFIG_GRKERNSEC_TPE_INVERT=y |