diff options
Diffstat (limited to 'libre/linux-libre-grsec/linux-libre-grsec.install')
-rw-r--r-- | libre/linux-libre-grsec/linux-libre-grsec.install | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/libre/linux-libre-grsec/linux-libre-grsec.install b/libre/linux-libre-grsec/linux-libre-grsec.install index cff18d020..637577244 100644 --- a/libre/linux-libre-grsec/linux-libre-grsec.install +++ b/libre/linux-libre-grsec/linux-libre-grsec.install @@ -44,29 +44,6 @@ _remove_groups() { done } -_help() { -cat <<EOF - -Configuration of grsecurity features via sysctl is possible in -"/etc/sysctl.d/05-grsecurity.conf". - -Trusted Path Execution is disabled by default and can be enabled via the -kernel.grsecurity.tpe sysctl option. The tpe group can be used either to build -a whitelist for users free from the restrictions (tpe_invert = 1) or a -blacklist of users with the restrictions (tpe_invert = 0). - -To prevent certain socket access to users, there are three groups: -socket-deny-server, socket-deny-client and socket-deny-all. - -There is an extensive wikibook on grsecurity and some documentation in the -Parabola GNU/Linux-libre Wiki: - -https://en.wikibooks.org/wiki/Grsecurity -https://wiki.parabolagnulinux.org/Grsecurity - -EOF -} - post_install () { # updating module dependencies echo ">>> Updating module dependencies. Please wait ..." @@ -77,7 +54,6 @@ post_install () { fi _add_groups - _help } post_upgrade() { @@ -104,7 +80,6 @@ post_upgrade() { fi _add_groups - _help } post_remove() { |