1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: paxrat
Section: admin
Priority: optional
Maintainer: Santiago Ruano Rincón <santiagorr@riseup.net>
Build-Depends: debhelper (>= 9),
dh-golang,
golang-go,
golang-golang-x-exp-dev,
go-md2man
Standards-Version: 3.9.8
Homepage: https://github.com/subgraph/paxrat/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/paxrat.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/paxrat.git
Package: paxrat
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: paxctl
Description: PaX flags management tool.
PaX implements least privilege protections for memory pages in the
Linux kernel and prevent different security-related exploits.
.
paxrat helps to keep and control PaX flags on binaries installed
on the system.
|