]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Added additional information to lfs/paxctl.
authorStefan Schantl <Stevee@ipfire.org>
Fri, 26 Jun 2009 17:52:45 +0000 (19:52 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Fri, 26 Jun 2009 17:52:45 +0000 (19:52 +0200)
lfs/paxctl

index 315b7741180e20f7becbbc9a85bbf9036d37f980..296dbd07d315c13b69e0aa884dffe2593a855411 100644 (file)
@@ -26,6 +26,7 @@ include Config
 
 PKG_NAME   = paxctl
 PKG_VER    = 0.5
+PKG_REL    = 0
 
 THISAPP    = $(PKG_NAME)-$(PKG_VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -33,9 +34,22 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
 OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
+MAINTAINER =
+GROUP      = Applications/System
 CORE       = yes
 EXTRA      = no
 DEBUG      = no
+BUILD_DEPS =
+DEPS       =
+
+LICENSE    = GPL v2
+URL        = http://pax.grsecurity.net/
+SHORT_DESC = Application to control PaX flags.
+
+define LONG_DESC
+       paxctl may be used to control PaX flags on a per-binary basis. PaX \
+       is a set of kernel security patches to enhance a system's security.
+endef
 
 ###############################################################################
 # Top-level Rules