[arch-commits] Commit in linux-grsec/trunk (linux-grsec.install)

Daniel Micay thestinger at nymeria.archlinux.org
Thu Jul 10 17:03:53 UTC 2014


    Date: Thursday, July 10, 2014 @ 19:03:53
  Author: thestinger
Revision: 115404

remove the post-install help output

The documentation on the wiki includes all of this information.

Modified:
  linux-grsec/trunk/linux-grsec.install

---------------------+
 linux-grsec.install |   25 -------------------------
 1 file changed, 25 deletions(-)

Modified: linux-grsec.install
===================================================================
--- linux-grsec.install	2014-07-10 16:28:17 UTC (rev 115403)
+++ linux-grsec.install	2014-07-10 17:03:53 UTC (rev 115404)
@@ -44,29 +44,6 @@
   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 Arch
-Linux Wiki:
-
-https://en.wikibooks.org/wiki/Grsecurity
-https://wiki.archlinux.org/index.php/Grsecurity
-
-EOF
-}
-
 post_install() {
   # updating module dependencies
   echo ">>> Updating module dependencies. Please wait ..."
@@ -75,7 +52,6 @@
   mkinitcpio -p linux${KERNEL_NAME}
 
   _add_groups
-  _help
 }
 
 post_upgrade() {
@@ -100,7 +76,6 @@
   fi
 
   _add_groups
-  _help
 }
 
 post_remove() {




More information about the arch-commits mailing list