Skip to content

Commit

Permalink
eclass: enable PAX_MARKINGS=XT by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
blueness committed Aug 22, 2015
1 parent 8bf84ce commit 59cbfc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/pax-utils.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ _PAX_UTILS_ECLASS=1
# Control which markings are made:
# PT = PT_PAX markings, XT = XATTR_PAX markings
# Default to PT markings.
PAX_MARKINGS=${PAX_MARKINGS:="PT"}
PAX_MARKINGS=${PAX_MARKINGS:="PT XT"}

# @FUNCTION: pax-mark
# @USAGE: <flags> {<ELF files>}
Expand Down

0 comments on commit 59cbfc5

Please sign in to comment.