diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2011-10-23 11:38:45 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2011-10-23 11:39:58 -0400 |
commit | 17d4c7ae2f71a21313f5f36d03d96aea10710d51 (patch) | |
tree | 1177a4b6c3006c608165507ca3ae43e2420ac4a2 /doc | |
parent | ChangeLog updated (diff) | |
download | elfix-17d4c7ae2f71a21313f5f36d03d96aea10710d51.tar.gz elfix-17d4c7ae2f71a21313f5f36d03d96aea10710d51.tar.bz2 elfix-17d4c7ae2f71a21313f5f36d03d96aea10710d51.zip |
doc/paxctl-ng.pod: elaborated documentation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/paxctl-ng.1 | 52 | ||||
-rw-r--r-- | doc/paxctl-ng.pod | 50 |
2 files changed, 95 insertions, 7 deletions
diff --git a/doc/paxctl-ng.1 b/doc/paxctl-ng.1 index 1623800..5a57a33 100644 --- a/doc/paxctl-ng.1 +++ b/doc/paxctl-ng.1 @@ -130,7 +130,7 @@ .if n .ad l .nh .SH "NAME" -paxctl\-ng \- get or set the PaX flags for both PT_PAX and XT_PAX +paxctl\-ng \- get or set the PaX flags for both PT_PAX and XT_PAX markings .SH "SYNOPSIS" .IX Header "SYNOPSIS" \&\fBpaxctl-ng\fR [\-PpEeMmRrXxSs] [\-v] \s-1ELF\s0 @@ -139,10 +139,46 @@ paxctl\-ng \- get or set the PaX flags for both PT_PAX and XT_PAX .PP \&\fBpaxctl-ng\fR \-z [\-v] \s-1ELF\s0 .PP +\&\fBpaxctl-ng\fR \-C [\-v] \s-1ELF\s0 +.PP +\&\fBpaxctl-ng\fR \-c [\-v] \s-1ELF\s0 +.PP +\&\fBpaxctl-ng\fR \-F [\-v] \s-1ELF\s0 +.PP +\&\fBpaxctl-ng\fR \-f [\-v] \s-1ELF\s0 +.PP \&\fBpaxctl-ng\fR [\-h] .SH "DESCRIPTION" .IX Header "DESCRIPTION" -\&\fBpaxctl-ng\fR scans the program headers of \s-1ELF\s0 binaries or shared +\&\fBpaxctl-ng\fR is used to get or set the PaX flags on \s-1ELF\s0 objects which determine +the memory restrictions on the process spawned from those objects. \fBpaxctl-ng\fR +manages two types of markings, either the older style \s-1PT_PAX\s0 markings which put the +flags in an \s-1ELF\s0 program header named \s-1PT_PAX\s0, or the newer style \s-1XT_PAX\s0 markings +which put the flags in an extended attribute field called \*(L"user.pax\*(R" on the filesystem. +Whenever possible, \fBpaxctl-ng\fR will set both \s-1PT_PAX\s0 and \s-1XT_PAX\s0 to the same flags. +.PP +There are drawbacks to both \s-1PT_PAX\s0 and \s-1XT_PAX\s0 markings. \s-1PT_PAX\s0 will not work on +\&\s-1ELF\s0 binaries which do not already have a \s-1PT_PAX\s0 program header. Unlike the original +tool, \fBpaxctl\fR, which would try to add this header or convert a \s-1GNU_STACK\s0 header, +\&\fBpaxctl-ng\fR does not edit the \s-1ELF\s0 in any way, beyond setting the PaX flags if and +only if the \s-1PT_PAX\s0 program header already exists. Some \s-1ELF\s0 binaries break when +they are edited. Since, \fBpaxctl-ng\fR will never to so, it is always safe to run +it on such binaries. +.PP +Alternatively, \s-1XT_PAX\s0 requires a filesystem support Extended Attributes. Most +modern filesystems do so, but not all. Furthermore, one must be careful when +moving \s-1ELF\s0 objects and ensure that the target filesystem or archive supports +Extended Attributes, otherwise these are lost, unlike \s-1PT_PAX\s0 markings which +are carried within the binary itself. +.PP +\&\fBpaxctl-ng\fR is opportunistic without taking control away from the user. If both +a \s-1PT_PAX\s0 program header and \s-1XT_PAX\s0 extended attribute field \*(L"user.pax\*(R" exist, and +then both markings will be equally updated when the user modifies the flags. If +only one marking exists, then only that marking will be updated. Under no circumstances +will \fBpaxctl-ng\fR create a \s-1PT_PAX\s0 program header. It will attempt to create an \s-1XT_PAX\s0 +extended attribute field if it is instructed to do so with the \-C or \-c flag, +and it will attempt to synchronize the \s-1PT_PAX\s0 and \s-1XT_PAX\s0 markings if given the \-F +or \-f flag. .SH "OPTIONS" .IX Header "OPTIONS" .IP "\fB\-P\fR or \fB\-p\fR Enable or disable \s-1PAGEEXEC\s0" 4 @@ -162,11 +198,19 @@ paxctl\-ng \- get or set the PaX flags for both PT_PAX and XT_PAX .PD If both enabling and disabling flags are set for one item, eg. \-Pp for \s-1PAGEEXEC\s0, then the default setting \- is used. -.IP "\fB\-Z\fR Set most secure settings (PSMeRX)" 4 -.IX Item "-Z Set most secure settings (PSMeRX)" +.IP "\fB\-Z\fR Set most secure settings (PSMeRx)" 4 +.IX Item "-Z Set most secure settings (PSMeRx)" .PD 0 .IP "\fB\-z\fR Set default setting (\-\-\-\-\-\-)" 4 .IX Item "-z Set default setting (------)" +.IP "\fB\-C\fR Create \s-1XT_PAX\s0 xattr with the most secure PaX settings" 4 +.IX Item "-C Create XT_PAX xattr with the most secure PaX settings" +.IP "\fB\-c\fR Create \s-1XP_PAX\s0 xattr with the default PaX settings" 4 +.IX Item "-c Create XP_PAX xattr with the default PaX settings" +.IP "\fB\-F\fR Copy \s-1PT_PAX\s0 flags to \s-1XT_PAX\s0, if possible" 4 +.IX Item "-F Copy PT_PAX flags to XT_PAX, if possible" +.IP "\fB\-f\fR Copy \s-1XT_PAX\s0 flags to \s-1PT_PAX\s0, if possible" 4 +.IX Item "-f Copy XT_PAX flags to PT_PAX, if possible" .IP "\fB\-v\fR View the flags" 4 .IX Item "-v View the flags" .IP "\fB\-h\fR Print out a short help message and exit." 4 diff --git a/doc/paxctl-ng.pod b/doc/paxctl-ng.pod index 3dcd7f7..90aac3d 100644 --- a/doc/paxctl-ng.pod +++ b/doc/paxctl-ng.pod @@ -1,6 +1,6 @@ =head1 NAME -B<paxctl-ng> - get or set the PaX flags for both PT_PAX and XT_PAX +B<paxctl-ng> - get or set the PaX flags for both PT_PAX and XT_PAX markings =head1 SYNOPSIS @@ -10,11 +10,47 @@ B<paxctl-ng> -Z [-v] ELF B<paxctl-ng> -z [-v] ELF +B<paxctl-ng> -C [-v] ELF + +B<paxctl-ng> -c [-v] ELF + +B<paxctl-ng> -F [-v] ELF + +B<paxctl-ng> -f [-v] ELF + B<paxctl-ng> [-h] =head1 DESCRIPTION -B<paxctl-ng> scans the program headers of ELF binaries or shared +B<paxctl-ng> is used to get or set the PaX flags on ELF objects which determine +the memory restrictions on the process spawned from those objects. B<paxctl-ng> +manages two types of markings, either the older style PT_PAX markings which put the +flags in an ELF program header named PT_PAX, or the newer style XT_PAX markings +which put the flags in an extended attribute field called "user.pax" on the filesystem. +Whenever possible, B<paxctl-ng> will set both PT_PAX and XT_PAX to the same flags. + +There are drawbacks to both PT_PAX and XT_PAX markings. PT_PAX will not work on +ELF binaries which do not already have a PT_PAX program header. Unlike the original +tool, B<paxctl>, which would try to add this header or convert a GNU_STACK header, +B<paxctl-ng> does not edit the ELF in any way, beyond setting the PaX flags if and +only if the PT_PAX program header already exists. Some ELF binaries break when +they are edited. Since, B<paxctl-ng> will never to so, it is always safe to run +it on such binaries. + +Alternatively, XT_PAX requires a filesystem support Extended Attributes. Most +modern filesystems do so, but not all. Furthermore, one must be careful when +moving ELF objects and ensure that the target filesystem or archive supports +Extended Attributes, otherwise these are lost, unlike PT_PAX markings which +are carried within the binary itself. + +B<paxctl-ng> is opportunistic without taking control away from the user. If both +a PT_PAX program header and XT_PAX extended attribute field "user.pax" exist, and +then both markings will be equally updated when the user modifies the flags. If +only one marking exists, then only that marking will be updated. Under no circumstances +will B<paxctl-ng> create a PT_PAX program header. It will attempt to create an XT_PAX +extended attribute field if it is instructed to do so with the -C or -c flag, +and it will attempt to synchronize the PT_PAX and XT_PAX markings if given the -F +or -f flag. =head1 OPTIONS @@ -37,10 +73,18 @@ B<paxctl-ng> scans the program headers of ELF binaries or shared If both enabling and disabling flags are set for one item, eg. -Pp for PAGEEXEC, then the default setting - is used. -=item B<-Z> Set most secure settings (PSMeRX) +=item B<-Z> Set most secure settings (PSMeRx) =item B<-z> Set default setting (------) +=item B<-C> Create XT_PAX xattr with the most secure PaX settings + +=item B<-c> Create XP_PAX xattr with the default PaX settings + +=item B<-F> Copy PT_PAX flags to XT_PAX, if possible + +=item B<-f> Copy XT_PAX flags to PT_PAX, if possible + =item B<-v> View the flags =item B<-h> Print out a short help message and exit. |