Skip to content

roedie/pax-flags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pax-flags

Simple script to maintain PaX flags on binaries using paxctl or attr (getfattr & setfattr) and quickly get a system ready for grsec & PaX usage. It has a simple config file which is used to maintain the permissions

You can run it after using aptitude and friends by creating the file /etc/apt/apt.conf.d/grsec containing:

DPkg::Post-Invoke { "/usr/sbin/pax-flags.pl -s -x"; };

This will set the correct flags after an update has been run.

About

Simple script to set pax flags

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages